Shades of Conifer #A0CF52
Tints of Conifer #A0CF52
RGB
CMYK
RGB Variations
Color information
#A0CF52 (or 0xA0CF52) is known color: Conifer. HEX triplet: A0, CF and 52. RGB value is (160,207,82). Sum of RGB (Red+Green+Blue) = 160+207+82=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 207 (81.25% from 255 or 46.10% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF52 is #5F30AD. Grayscale: #B3B3B3. Windows color (decimal): -6238382 or 5427104. OLE color: 5427104.
HSL color Cylindrical-coordinate representation of color #A0CF52: hue angle of 82.56º 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 #A0CF52 is Cyan = 0.23, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 82 | - |
| CMYK | 0.23 | 0 | 0.60 | 0.19 |
| HSL | 82.56º | 0.57% | 0.57% | - |
| HSV(B) | 82.56º | 0.6% | 0.81% | - |
| XYZ | 38.33 | 52.71 | 16.14 | - |
| YUV | 178.7 | 73.43 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 82 | 0.23 | 0 | 0.60 | 0.19 | 82.56 | 0.57 | 0.57 |
| Hex | A0 | CF | 52 | 17 | 0 | 3C | 13 | 53 | 39 | 39 |
| Octal | 240 | 317 | 122 | 27 | 0 | 74 | 23 | 123 | 71 | 71 |
| Binary | 10100000 | 11001111 | 1010010 | 10111 | 0 | 111100 | 10011 | 1010011 | 111001 | 111001 |
Color Harmonies of #A0CF52
Complementary color
Monochromatic Colors of #A0CF52
Black with #A0CF52
Text Example
Text Example
White with #A0CF52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF52; }
p { color: rgb(160,207,82); }
H1.HeaderClassName
{
color: #A0CF52;
}
.AnyTagClassName
{
color: #A0CF52;
}
</style>
background-color css
<style>
a { background-color: #A0CF52; }
a { background-color: rgb(160,207,82); }
div.DivClassName
{
background-color: #A0CF52;
}
.BgClassName
{
background-color: #A0CF52;
}
</style>
border-color css
<style>
span { border-color: #A0CF52; }
span { border-color: rgb(160,207,82); }
td.TdClassName
{
border-color: #A0CF52;
}
.TagClassName
{
border-color: #A0CF52;
}
</style>