Shades of Conifer #ACD95A
Tints of Conifer #ACD95A
RGB
CMYK
RGB Variations
Color information
#ACD95A (or 0xACD95A) is known color: Conifer. HEX triplet: AC, D9 and 5A. RGB value is (172,217,90). Sum of RGB (Red+Green+Blue) = 172+217+90=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 217 (85.16% from 255 or 45.30% from 479); Blue value is 90 (35.55% from 255 or 18.79% from 479); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD95A is #5326A5. Grayscale: #BDBDBD. Windows color (decimal): -5449382 or 5953964. OLE color: 5953964.
HSL color Cylindrical-coordinate representation of color #ACD95A: hue angle of 81.26º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ACD95A is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 90 | - |
| CMYK | 0.21 | 0 | 0.59 | 0.15 |
| HSL | 81.26º | 0.63% | 0.6% | - |
| HSV(B) | 81.26º | 0.59% | 0.85% | - |
| XYZ | 43.67 | 59.13 | 18.79 | - |
| YUV | 189.07 | 72.09 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 90 | 0.21 | 0 | 0.59 | 0.15 | 81.26 | 0.63 | 0.6 |
| Hex | AC | D9 | 5A | 15 | 0 | 3B | F | 51 | 3F | 3C |
| Octal | 254 | 331 | 132 | 25 | 0 | 73 | 17 | 121 | 77 | 74 |
| Binary | 10101100 | 11011001 | 1011010 | 10101 | 0 | 111011 | 1111 | 1010001 | 111111 | 111100 |
Color Harmonies of #ACD95A
Complementary color
Monochromatic Colors of #ACD95A
Black with #ACD95A
Text Example
Text Example
White with #ACD95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD95A; }
p { color: rgb(172,217,90); }
H1.HeaderClassName
{
color: #ACD95A;
}
.AnyTagClassName
{
color: #ACD95A;
}
</style>
background-color css
<style>
a { background-color: #ACD95A; }
a { background-color: rgb(172,217,90); }
div.DivClassName
{
background-color: #ACD95A;
}
.BgClassName
{
background-color: #ACD95A;
}
</style>
border-color css
<style>
span { border-color: #ACD95A; }
span { border-color: rgb(172,217,90); }
td.TdClassName
{
border-color: #ACD95A;
}
.TagClassName
{
border-color: #ACD95A;
}
</style>