Shades of Conifer #ACC95A
Tints of Conifer #ACC95A
RGB
CMYK
RGB Variations
Color information
#ACC95A (or 0xACC95A) is known color: Conifer. HEX triplet: AC, C9 and 5A. RGB value is (172,201,90). Sum of RGB (Red+Green+Blue) = 172+201+90=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 201 (78.91% from 255 or 43.41% from 463); Blue value is 90 (35.55% from 255 or 19.44% from 463); Max value from RGB is 201 - color contains mainly: green. Hex color #ACC95A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACC95A is #5336A5. Grayscale: #B4B4B4. Windows color (decimal): -5453478 or 5949868. OLE color: 5949868.
HSL color Cylindrical-coordinate representation of color #ACC95A: hue angle of 75.68º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACC95A is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 172 | 201 | 90 | - |
| CMYK | 0.14 | 0 | 0.55 | 0.21 |
| HSL | 75.68º | 0.51% | 0.57% | - |
| HSV(B) | 75.68º | 0.55% | 0.79% | - |
| XYZ | 39.75 | 51.28 | 17.48 | - |
| YUV | 179.68 | 77.39 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 201 | 90 | 0.14 | 0 | 0.55 | 0.21 | 75.68 | 0.51 | 0.57 |
| Hex | AC | C9 | 5A | E | 0 | 37 | 15 | 4C | 33 | 39 |
| Octal | 254 | 311 | 132 | 16 | 0 | 67 | 25 | 114 | 63 | 71 |
| Binary | 10101100 | 11001001 | 1011010 | 1110 | 0 | 110111 | 10101 | 1001100 | 110011 | 111001 |
Color Harmonies of #ACC95A
Complementary color
Monochromatic Colors of #ACC95A
Black with #ACC95A
Text Example
Text Example
White with #ACC95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC95A; }
p { color: rgb(172,201,90); }
H1.HeaderClassName
{
color: #ACC95A;
}
.AnyTagClassName
{
color: #ACC95A;
}
</style>
background-color css
<style>
a { background-color: #ACC95A; }
a { background-color: rgb(172,201,90); }
div.DivClassName
{
background-color: #ACC95A;
}
.BgClassName
{
background-color: #ACC95A;
}
</style>
border-color css
<style>
span { border-color: #ACC95A; }
span { border-color: rgb(172,201,90); }
td.TdClassName
{
border-color: #ACC95A;
}
.TagClassName
{
border-color: #ACC95A;
}
</style>