Shades of Conifer #A0CF5A
Tints of Conifer #A0CF5A
RGB
CMYK
RGB Variations
Color information
#A0CF5A (or 0xA0CF5A) is known color: Conifer. HEX triplet: A0, CF and 5A. RGB value is (160,207,90). Sum of RGB (Red+Green+Blue) = 160+207+90=457 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.01% from 457); Green value is 207 (81.25% from 255 or 45.30% from 457); Blue value is 90 (35.55% from 255 or 19.69% from 457); Max value from RGB is 207 - color contains mainly: green. Hex color #A0CF5A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CF5A is #5F30A5. Grayscale: #B4B4B4. Windows color (decimal): -6238374 or 5951392. OLE color: 5951392.
HSL color Cylindrical-coordinate representation of color #A0CF5A: hue angle of 84.1º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A0CF5A is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 207 | 90 | - |
| CMYK | 0.23 | 0 | 0.57 | 0.19 |
| HSL | 84.1º | 0.55% | 0.58% | - |
| HSV(B) | 84.1º | 0.57% | 0.81% | - |
| XYZ | 38.66 | 52.84 | 17.83 | - |
| YUV | 179.61 | 77.43 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 207 | 90 | 0.23 | 0 | 0.57 | 0.19 | 84.1 | 0.55 | 0.58 |
| Hex | A0 | CF | 5A | 17 | 0 | 39 | 13 | 54 | 37 | 3A |
| Octal | 240 | 317 | 132 | 27 | 0 | 71 | 23 | 124 | 67 | 72 |
| Binary | 10100000 | 11001111 | 1011010 | 10111 | 0 | 111001 | 10011 | 1010100 | 110111 | 111010 |
Color Harmonies of #A0CF5A
Complementary color
Monochromatic Colors of #A0CF5A
Black with #A0CF5A
Text Example
Text Example
White with #A0CF5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CF5A; }
p { color: rgb(160,207,90); }
H1.HeaderClassName
{
color: #A0CF5A;
}
.AnyTagClassName
{
color: #A0CF5A;
}
</style>
background-color css
<style>
a { background-color: #A0CF5A; }
a { background-color: rgb(160,207,90); }
div.DivClassName
{
background-color: #A0CF5A;
}
.BgClassName
{
background-color: #A0CF5A;
}
</style>
border-color css
<style>
span { border-color: #A0CF5A; }
span { border-color: rgb(160,207,90); }
td.TdClassName
{
border-color: #A0CF5A;
}
.TagClassName
{
border-color: #A0CF5A;
}
</style>