Shades of Conifer #A9CE53
Tints of Conifer #A9CE53
RGB
CMYK
RGB Variations
Color information
#A9CE53 (or 0xA9CE53) is known color: Conifer. HEX triplet: A9, CE and 53. RGB value is (169,206,83). Sum of RGB (Red+Green+Blue) = 169+206+83=458 (60% of max value = 765). Red value is 169 (66.41% from 255 or 36.90% from 458); Green value is 206 (80.86% from 255 or 44.98% from 458); Blue value is 83 (32.81% from 255 or 18.12% from 458); Max value from RGB is 206 - color contains mainly: green. Hex color #A9CE53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A9CE53 is #5631AC. Grayscale: #B5B5B5. Windows color (decimal): -5648813 or 5492393. OLE color: 5492393.
HSL color Cylindrical-coordinate representation of color #A9CE53: hue angle of 78.05º 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 #A9CE53 is Cyan = 0.18, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 206 | 83 | - |
| CMYK | 0.18 | 0 | 0.60 | 0.19 |
| HSL | 78.05º | 0.56% | 0.57% | - |
| HSV(B) | 78.05º | 0.6% | 0.81% | - |
| XYZ | 39.99 | 53.2 | 16.34 | - |
| YUV | 180.92 | 72.74 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 206 | 83 | 0.18 | 0 | 0.60 | 0.19 | 78.05 | 0.56 | 0.57 |
| Hex | A9 | CE | 53 | 12 | 0 | 3C | 13 | 4E | 38 | 39 |
| Octal | 251 | 316 | 123 | 22 | 0 | 74 | 23 | 116 | 70 | 71 |
| Binary | 10101001 | 11001110 | 1010011 | 10010 | 0 | 111100 | 10011 | 1001110 | 111000 | 111001 |
Color Harmonies of #A9CE53
Complementary color
Monochromatic Colors of #A9CE53
Black with #A9CE53
Text Example
Text Example
White with #A9CE53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CE53; }
p { color: rgb(169,206,83); }
H1.HeaderClassName
{
color: #A9CE53;
}
.AnyTagClassName
{
color: #A9CE53;
}
</style>
background-color css
<style>
a { background-color: #A9CE53; }
a { background-color: rgb(169,206,83); }
div.DivClassName
{
background-color: #A9CE53;
}
.BgClassName
{
background-color: #A9CE53;
}
</style>
border-color css
<style>
span { border-color: #A9CE53; }
span { border-color: rgb(169,206,83); }
td.TdClassName
{
border-color: #A9CE53;
}
.TagClassName
{
border-color: #A9CE53;
}
</style>