Shades of Conifer #A0CF55
Tints of Conifer #A0CF55
RGB
CMYK
RGB Variations
Color information
#A0CF55 (or 0xA0CF55) is known color: Conifer. HEX triplet: A0, CF and 55. RGB value is (160,207,85). Sum of RGB (Red+Green+Blue) = 160+207+85=452 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.40% from 452); Green value is 207 (81.25% from 255 or 45.80% from 452); Blue value is 85 (33.59% from 255 or 18.81% from 452); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF55 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF55 is #5F30AA. Grayscale: #B3B3B3. Windows color (decimal): -6238379 or 5623712. OLE color: 5623712.
HSL color Cylindrical-coordinate representation of color #A0CF55: hue angle of 83.11º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A0CF55 is Cyan = 0.23, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 85 | - |
| CMYK | 0.23 | 0 | 0.59 | 0.19 |
| HSL | 83.11º | 0.56% | 0.57% | - |
| HSV(B) | 83.11º | 0.59% | 0.81% | - |
| XYZ | 38.45 | 52.76 | 16.75 | - |
| YUV | 179.04 | 74.93 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 85 | 0.23 | 0 | 0.59 | 0.19 | 83.11 | 0.56 | 0.57 |
| Hex | A0 | CF | 55 | 17 | 0 | 3B | 13 | 53 | 38 | 39 |
| Octal | 240 | 317 | 125 | 27 | 0 | 73 | 23 | 123 | 70 | 71 |
| Binary | 10100000 | 11001111 | 1010101 | 10111 | 0 | 111011 | 10011 | 1010011 | 111000 | 111001 |
Color Harmonies of #A0CF55
Complementary color
Monochromatic Colors of #A0CF55
Black with #A0CF55
Text Example
Text Example
White with #A0CF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF55; }
p { color: rgb(160,207,85); }
H1.HeaderClassName
{
color: #A0CF55;
}
.AnyTagClassName
{
color: #A0CF55;
}
</style>
background-color css
<style>
a { background-color: #A0CF55; }
a { background-color: rgb(160,207,85); }
div.DivClassName
{
background-color: #A0CF55;
}
.BgClassName
{
background-color: #A0CF55;
}
</style>
border-color css
<style>
span { border-color: #A0CF55; }
span { border-color: rgb(160,207,85); }
td.TdClassName
{
border-color: #A0CF55;
}
.TagClassName
{
border-color: #A0CF55;
}
</style>