Shades of Conifer #A9CF53
Tints of Conifer #A9CF53
RGB
CMYK
RGB Variations
Color information
#A9CF53 (or 0xA9CF53) is known color: Conifer. HEX triplet: A9, CF and 53. RGB value is (169,207,83). Sum of RGB (Red+Green+Blue) = 169+207+83=459 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.82% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 83 (32.81% from 255 or 18.08% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CF53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CF53 is #5630AC. Grayscale: #B5B5B5. Windows color (decimal): -5648557 or 5492649. OLE color: 5492649.
HSL color Cylindrical-coordinate representation of color #A9CF53: hue angle of 78.39º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A9CF53 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 83 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.19 |
| HSL | 78.39º | 0.56% | 0.57% | - |
| HSV(B) | 78.39º | 0.6% | 0.81% | - |
| XYZ | 40.24 | 53.69 | 16.43 | - |
| YUV | 181.5 | 72.41 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 83 | 0.18 | 0 | 0.60 | 0.19 | 78.39 | 0.56 | 0.57 |
| Hex | A9 | CF | 53 | 12 | 0 | 3C | 13 | 4E | 38 | 39 |
| Octal | 251 | 317 | 123 | 22 | 0 | 74 | 23 | 116 | 70 | 71 |
| Binary | 10101001 | 11001111 | 1010011 | 10010 | 0 | 111100 | 10011 | 1001110 | 111000 | 111001 |
Color Harmonies of #A9CF53
Complementary color
Monochromatic Colors of #A9CF53
Black with #A9CF53
Text Example
Text Example
White with #A9CF53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CF53; }
p { color: rgb(169,207,83); }
H1.HeaderClassName
{
color: #A9CF53;
}
.AnyTagClassName
{
color: #A9CF53;
}
</style>
background-color css
<style>
a { background-color: #A9CF53; }
a { background-color: rgb(169,207,83); }
div.DivClassName
{
background-color: #A9CF53;
}
.BgClassName
{
background-color: #A9CF53;
}
</style>
border-color css
<style>
span { border-color: #A9CF53; }
span { border-color: rgb(169,207,83); }
td.TdClassName
{
border-color: #A9CF53;
}
.TagClassName
{
border-color: #A9CF53;
}
</style>