Shades of Conifer #ACD95C
Tints of Conifer #ACD95C
RGB
CMYK
RGB Variations
Color information
#ACD95C (or 0xACD95C) is known color: Conifer. HEX triplet: AC, D9 and 5C. RGB value is (172,217,92). Sum of RGB (Red+Green+Blue) = 172+217+92=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 92 (36.33% from 255 or 19.13% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #ACD95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD95C is #5326A3. Grayscale: #BDBDBD. Windows color (decimal): -5449380 or 6085036. OLE color: 6085036.
HSL color Cylindrical-coordinate representation of color #ACD95C: hue angle of 81.6º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #ACD95C is Cyan = 0.21, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 217 | 92 | - |
| CMYK | 0.21 | 0 | 0.58 | 0.15 |
| HSL | 81.6º | 0.62% | 0.61% | - |
| HSV(B) | 81.6º | 0.58% | 0.85% | - |
| XYZ | 43.76 | 59.17 | 19.24 | - |
| YUV | 189.3 | 73.09 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 217 | 92 | 0.21 | 0 | 0.58 | 0.15 | 81.6 | 0.62 | 0.61 |
| Hex | AC | D9 | 5C | 15 | 0 | 3A | F | 52 | 3E | 3D |
| Octal | 254 | 331 | 134 | 25 | 0 | 72 | 17 | 122 | 76 | 75 |
| Binary | 10101100 | 11011001 | 1011100 | 10101 | 0 | 111010 | 1111 | 1010010 | 111110 | 111101 |
Color Harmonies of #ACD95C
Complementary color
Monochromatic Colors of #ACD95C
Black with #ACD95C
Text Example
Text Example
White with #ACD95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD95C; }
p { color: rgb(172,217,92); }
H1.HeaderClassName
{
color: #ACD95C;
}
.AnyTagClassName
{
color: #ACD95C;
}
</style>
background-color css
<style>
a { background-color: #ACD95C; }
a { background-color: rgb(172,217,92); }
div.DivClassName
{
background-color: #ACD95C;
}
.BgClassName
{
background-color: #ACD95C;
}
</style>
border-color css
<style>
span { border-color: #ACD95C; }
span { border-color: rgb(172,217,92); }
td.TdClassName
{
border-color: #ACD95C;
}
.TagClassName
{
border-color: #ACD95C;
}
</style>