Shades of Conifer #ACE34C
Tints of Conifer #ACE34C
RGB
CMYK
RGB Variations
Color information
#ACE34C (or 0xACE34C) is known color: Conifer. HEX triplet: AC, E3 and 4C. RGB value is (172,227,76). Sum of RGB (Red+Green+Blue) = 172+227+76=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 76 (30.08% from 255 or 16% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE34C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE34C is #531CB3. Grayscale: #C1C1C1. Windows color (decimal): -5446836 or 5039020. OLE color: 5039020.
HSL color Cylindrical-coordinate representation of color #ACE34C: hue angle of 81.85º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACE34C is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 76 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.85º | 0.73% | 0.59% | - |
| HSV(B) | 81.85º | 0.67% | 0.89% | - |
| XYZ | 45.79 | 64.23 | 16.82 | - |
| YUV | 193.34 | 61.78 | 112.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 76 | 0.24 | 0 | 0.67 | 0.11 | 81.85 | 0.73 | 0.59 |
| Hex | AC | E3 | 4C | 18 | 0 | 43 | B | 52 | 49 | 3B |
| Octal | 254 | 343 | 114 | 30 | 0 | 103 | 13 | 122 | 111 | 73 |
| Binary | 10101100 | 11100011 | 1001100 | 11000 | 0 | 1000011 | 1011 | 1010010 | 1001001 | 111011 |
Color Harmonies of #ACE34C
Complementary color
Monochromatic Colors of #ACE34C
Black with #ACE34C
Text Example
Text Example
White with #ACE34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE34C; }
p { color: rgb(172,227,76); }
H1.HeaderClassName
{
color: #ACE34C;
}
.AnyTagClassName
{
color: #ACE34C;
}
</style>
background-color css
<style>
a { background-color: #ACE34C; }
a { background-color: rgb(172,227,76); }
div.DivClassName
{
background-color: #ACE34C;
}
.BgClassName
{
background-color: #ACE34C;
}
</style>
border-color css
<style>
span { border-color: #ACE34C; }
span { border-color: rgb(172,227,76); }
td.TdClassName
{
border-color: #ACE34C;
}
.TagClassName
{
border-color: #ACE34C;
}
</style>