Shades of Conifer #A0CF5B
Tints of Conifer #A0CF5B
RGB
CMYK
RGB Variations
Color information
#A0CF5B (or 0xA0CF5B) is known color: Conifer. HEX triplet: A0, CF and 5B. RGB value is (160,207,91). Sum of RGB (Red+Green+Blue) = 160+207+91=458 (60% of max value = 765). Red value is 160 (62.89% from 255 or 34.93% from 458); Green value is 207 (81.25% from 255 or 45.20% from 458); Blue value is 91 (35.94% from 255 or 19.87% from 458); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF5B is #5F30A4. Grayscale: #B4B4B4. Windows color (decimal): -6238373 or 6016928. OLE color: 6016928.
HSL color Cylindrical-coordinate representation of color #A0CF5B: hue angle of 84.31º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0CF5B is Cyan = 0.23, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 91 | - |
| CMYK | 0.23 | 0 | 0.56 | 0.19 |
| HSL | 84.31º | 0.55% | 0.58% | - |
| HSV(B) | 84.31º | 0.56% | 0.81% | - |
| XYZ | 38.7 | 52.85 | 18.06 | - |
| YUV | 179.72 | 77.93 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 91 | 0.23 | 0 | 0.56 | 0.19 | 84.31 | 0.55 | 0.58 |
| Hex | A0 | CF | 5B | 17 | 0 | 38 | 13 | 54 | 37 | 3A |
| Octal | 240 | 317 | 133 | 27 | 0 | 70 | 23 | 124 | 67 | 72 |
| Binary | 10100000 | 11001111 | 1011011 | 10111 | 0 | 111000 | 10011 | 1010100 | 110111 | 111010 |
Color Harmonies of #A0CF5B
Complementary color
Monochromatic Colors of #A0CF5B
Black with #A0CF5B
Text Example
Text Example
White with #A0CF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF5B; }
p { color: rgb(160,207,91); }
H1.HeaderClassName
{
color: #A0CF5B;
}
.AnyTagClassName
{
color: #A0CF5B;
}
</style>
background-color css
<style>
a { background-color: #A0CF5B; }
a { background-color: rgb(160,207,91); }
div.DivClassName
{
background-color: #A0CF5B;
}
.BgClassName
{
background-color: #A0CF5B;
}
</style>
border-color css
<style>
span { border-color: #A0CF5B; }
span { border-color: rgb(160,207,91); }
td.TdClassName
{
border-color: #A0CF5B;
}
.TagClassName
{
border-color: #A0CF5B;
}
</style>