Shades of Conifer #A5FF67
Tints of Conifer #A5FF67
RGB
CMYK
RGB Variations
Color information
#A5FF67 (or 0xA5FF67) is known color: Conifer. HEX triplet: A5, FF and 67. RGB value is (165,255,103). Sum of RGB (Red+Green+Blue) = 165+255+103=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 255 (100% from 255 or 48.76% from 523); Blue value is 103 (40.62% from 255 or 19.69% from 523); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FF67 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5FF67 is #5A0098. Grayscale: #D3D3D3. Windows color (decimal): -5898393 or 6815653. OLE color: 6815653.
HSL color Cylindrical-coordinate representation of color #A5FF67: hue angle of 95.53º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A5FF67 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 103 | - |
| CMYK | 0.35 | 0 | 0.60 | 0 |
| HSL | 95.53º | 1% | 0.7% | - |
| HSV(B) | 95.53º | 0.6% | 1% | - |
| XYZ | 53.73 | 80.5 | 25.54 | - |
| YUV | 210.76 | 67.18 | 95.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 103 | 0.35 | 0 | 0.60 | 0 | 95.53 | 1 | 0.7 |
| Hex | A5 | FF | 67 | 23 | 0 | 3C | 0 | 60 | 64 | 46 |
| Octal | 245 | 377 | 147 | 43 | 0 | 74 | 0 | 140 | 144 | 106 |
| Binary | 10100101 | 11111111 | 1100111 | 100011 | 0 | 111100 | 0 | 1100000 | 1100100 | 1000110 |
Color Harmonies of #A5FF67
Complementary color
Monochromatic Colors of #A5FF67
Black with #A5FF67
Text Example
Text Example
White with #A5FF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FF67; }
p { color: rgb(165,255,103); }
H1.HeaderClassName
{
color: #A5FF67;
}
.AnyTagClassName
{
color: #A5FF67;
}
</style>
background-color css
<style>
a { background-color: #A5FF67; }
a { background-color: rgb(165,255,103); }
div.DivClassName
{
background-color: #A5FF67;
}
.BgClassName
{
background-color: #A5FF67;
}
</style>
border-color css
<style>
span { border-color: #A5FF67; }
span { border-color: rgb(165,255,103); }
td.TdClassName
{
border-color: #A5FF67;
}
.TagClassName
{
border-color: #A5FF67;
}
</style>