Shades of Conifer #ACE94F
Tints of Conifer #ACE94F
RGB
CMYK
RGB Variations
Color information
#ACE94F (or 0xACE94F) is known color: Conifer. HEX triplet: AC, E9 and 4F. RGB value is (172,233,79). Sum of RGB (Red+Green+Blue) = 172+233+79=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 79 (31.25% from 255 or 16.32% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE94F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACE94F is #5316B0. Grayscale: #C5C5C5. Windows color (decimal): -5445297 or 5237164. OLE color: 5237164.
HSL color Cylindrical-coordinate representation of color #ACE94F: hue angle of 83.77º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ACE94F is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 79 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.09 |
| HSL | 83.77º | 0.78% | 0.61% | - |
| HSV(B) | 83.77º | 0.66% | 0.91% | - |
| XYZ | 47.56 | 67.61 | 17.94 | - |
| YUV | 197.21 | 61.29 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 79 | 0.26 | 0 | 0.66 | 0.09 | 83.77 | 0.78 | 0.61 |
| Hex | AC | E9 | 4F | 1A | 0 | 42 | 9 | 54 | 4E | 3D |
| Octal | 254 | 351 | 117 | 32 | 0 | 102 | 11 | 124 | 116 | 75 |
| Binary | 10101100 | 11101001 | 1001111 | 11010 | 0 | 1000010 | 1001 | 1010100 | 1001110 | 111101 |
Color Harmonies of #ACE94F
Complementary color
Monochromatic Colors of #ACE94F
Black with #ACE94F
Text Example
Text Example
White with #ACE94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE94F; }
p { color: rgb(172,233,79); }
H1.HeaderClassName
{
color: #ACE94F;
}
.AnyTagClassName
{
color: #ACE94F;
}
</style>
background-color css
<style>
a { background-color: #ACE94F; }
a { background-color: rgb(172,233,79); }
div.DivClassName
{
background-color: #ACE94F;
}
.BgClassName
{
background-color: #ACE94F;
}
</style>
border-color css
<style>
span { border-color: #ACE94F; }
span { border-color: rgb(172,233,79); }
td.TdClassName
{
border-color: #ACE94F;
}
.TagClassName
{
border-color: #ACE94F;
}
</style>