Shades of Conifer #ACD25E
Tints of Conifer #ACD25E
RGB
CMYK
RGB Variations
Color information
#ACD25E (or 0xACD25E) is known color: Conifer. HEX triplet: AC, D2 and 5E. RGB value is (172,210,94). Sum of RGB (Red+Green+Blue) = 172+210+94=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 210 (82.42% from 255 or 44.12% from 476); Blue value is 94 (37.11% from 255 or 19.75% from 476); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD25E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACD25E is #532DA1. Grayscale: #B9B9B9. Windows color (decimal): -5451170 or 6214316. OLE color: 6214316.
HSL color Cylindrical-coordinate representation of color #ACD25E: hue angle of 79.66º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ACD25E is Cyan = 0.18, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 172 | 210 | 94 | - |
| CMYK | 0.18 | 0 | 0.55 | 0.18 |
| HSL | 79.66º | 0.56% | 0.6% | - |
| HSV(B) | 79.66º | 0.55% | 0.82% | - |
| XYZ | 42.08 | 55.67 | 19.12 | - |
| YUV | 185.41 | 76.41 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 210 | 94 | 0.18 | 0 | 0.55 | 0.18 | 79.66 | 0.56 | 0.6 |
| Hex | AC | D2 | 5E | 12 | 0 | 37 | 12 | 50 | 38 | 3C |
| Octal | 254 | 322 | 136 | 22 | 0 | 67 | 22 | 120 | 70 | 74 |
| Binary | 10101100 | 11010010 | 1011110 | 10010 | 0 | 110111 | 10010 | 1010000 | 111000 | 111100 |
Color Harmonies of #ACD25E
Complementary color
Monochromatic Colors of #ACD25E
Black with #ACD25E
Text Example
Text Example
White with #ACD25E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD25E; }
p { color: rgb(172,210,94); }
H1.HeaderClassName
{
color: #ACD25E;
}
.AnyTagClassName
{
color: #ACD25E;
}
</style>
background-color css
<style>
a { background-color: #ACD25E; }
a { background-color: rgb(172,210,94); }
div.DivClassName
{
background-color: #ACD25E;
}
.BgClassName
{
background-color: #ACD25E;
}
</style>
border-color css
<style>
span { border-color: #ACD25E; }
span { border-color: rgb(172,210,94); }
td.TdClassName
{
border-color: #ACD25E;
}
.TagClassName
{
border-color: #ACD25E;
}
</style>