Shades of Conifer #ACE93F
Tints of Conifer #ACE93F
RGB
CMYK
RGB Variations
Color information
#ACE93F (or 0xACE93F) is known color: Conifer. HEX triplet: AC, E9 and 3F. RGB value is (172,233,63). Sum of RGB (Red+Green+Blue) = 172+233+63=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 233 (91.41% from 255 or 49.79% from 468); Blue value is 63 (25% from 255 or 13.46% from 468); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE93F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACE93F is #5316C0. Grayscale: #C4C4C4. Windows color (decimal): -5445313 or 4188588. OLE color: 4188588.
HSL color Cylindrical-coordinate representation of color #ACE93F: hue angle of 81.53º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACE93F is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 63 | - |
| CMYK | 0.26 | 0 | 0.73 | 0.09 |
| HSL | 81.53º | 0.79% | 0.58% | - |
| HSV(B) | 81.53º | 0.73% | 0.91% | - |
| XYZ | 47.05 | 67.41 | 15.23 | - |
| YUV | 195.38 | 53.29 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 63 | 0.26 | 0 | 0.73 | 0.09 | 81.53 | 0.79 | 0.58 |
| Hex | AC | E9 | 3F | 1A | 0 | 49 | 9 | 52 | 4F | 3A |
| Octal | 254 | 351 | 77 | 32 | 0 | 111 | 11 | 122 | 117 | 72 |
| Binary | 10101100 | 11101001 | 111111 | 11010 | 0 | 1001001 | 1001 | 1010010 | 1001111 | 111010 |
Color Harmonies of #ACE93F
Complementary color
Monochromatic Colors of #ACE93F
Black with #ACE93F
Text Example
Text Example
White with #ACE93F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE93F; }
p { color: rgb(172,233,63); }
H1.HeaderClassName
{
color: #ACE93F;
}
.AnyTagClassName
{
color: #ACE93F;
}
</style>
background-color css
<style>
a { background-color: #ACE93F; }
a { background-color: rgb(172,233,63); }
div.DivClassName
{
background-color: #ACE93F;
}
.BgClassName
{
background-color: #ACE93F;
}
</style>
border-color css
<style>
span { border-color: #ACE93F; }
span { border-color: rgb(172,233,63); }
td.TdClassName
{
border-color: #ACE93F;
}
.TagClassName
{
border-color: #ACE93F;
}
</style>