Shades of Conifer #A8CF52
Tints of Conifer #A8CF52
RGB
CMYK
RGB Variations
Color information
#A8CF52 (or 0xA8CF52) is known color: Conifer. HEX triplet: A8, CF and 52. RGB value is (168,207,82). Sum of RGB (Red+Green+Blue) = 168+207+82=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 82 (32.42% from 255 or 17.94% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #A8CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CF52 is #5730AD. Grayscale: #B5B5B5. Windows color (decimal): -5714094 or 5427112. OLE color: 5427112.
HSL color Cylindrical-coordinate representation of color #A8CF52: hue angle of 78.72º degrees, saturation: 0.57, 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 #A8CF52 is Cyan = 0.19, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 207 | 82 | - |
| CMYK | 0.19 | 0 | 0.60 | 0.19 |
| HSL | 78.72º | 0.57% | 0.57% | - |
| HSV(B) | 78.72º | 0.6% | 0.81% | - |
| XYZ | 39.98 | 53.56 | 16.21 | - |
| YUV | 181.09 | 72.08 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 207 | 82 | 0.19 | 0 | 0.60 | 0.19 | 78.72 | 0.57 | 0.57 |
| Hex | A8 | CF | 52 | 13 | 0 | 3C | 13 | 4F | 39 | 39 |
| Octal | 250 | 317 | 122 | 23 | 0 | 74 | 23 | 117 | 71 | 71 |
| Binary | 10101000 | 11001111 | 1010010 | 10011 | 0 | 111100 | 10011 | 1001111 | 111001 | 111001 |
Color Harmonies of #A8CF52
Complementary color
Monochromatic Colors of #A8CF52
Black with #A8CF52
Text Example
Text Example
White with #A8CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CF52; }
p { color: rgb(168,207,82); }
H1.HeaderClassName
{
color: #A8CF52;
}
.AnyTagClassName
{
color: #A8CF52;
}
</style>
background-color css
<style>
a { background-color: #A8CF52; }
a { background-color: rgb(168,207,82); }
div.DivClassName
{
background-color: #A8CF52;
}
.BgClassName
{
background-color: #A8CF52;
}
</style>
border-color css
<style>
span { border-color: #A8CF52; }
span { border-color: rgb(168,207,82); }
td.TdClassName
{
border-color: #A8CF52;
}
.TagClassName
{
border-color: #A8CF52;
}
</style>