Shades of Conifer #ACE44B
Tints of Conifer #ACE44B
RGB
CMYK
RGB Variations
Color information
#ACE44B (or 0xACE44B) is known color: Conifer. HEX triplet: AC, E4 and 4B. RGB value is (172,228,75). Sum of RGB (Red+Green+Blue) = 172+228+75=475 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.21% from 475); Green value is 228 (89.45% from 255 or 48% from 475); Blue value is 75 (29.69% from 255 or 15.79% from 475); Max value from RGB is 228 - color contains mainly: green. Hex color #ACE44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE44B is #531BB4. Grayscale: #C2C2C2. Windows color (decimal): -5446581 or 4973740. OLE color: 4973740.
HSL color Cylindrical-coordinate representation of color #ACE44B: hue angle of 81.96º degrees, saturation: 0.74, 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 #ACE44B is Cyan = 0.25, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 228 | 75 | - |
| CMYK | 0.25 | 0 | 0.67 | 0.11 |
| HSL | 81.96º | 0.74% | 0.59% | - |
| HSV(B) | 81.96º | 0.67% | 0.89% | - |
| XYZ | 46.03 | 64.77 | 16.73 | - |
| YUV | 193.81 | 60.95 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 228 | 75 | 0.25 | 0 | 0.67 | 0.11 | 81.96 | 0.74 | 0.59 |
| Hex | AC | E4 | 4B | 19 | 0 | 43 | B | 52 | 4A | 3B |
| Octal | 254 | 344 | 113 | 31 | 0 | 103 | 13 | 122 | 112 | 73 |
| Binary | 10101100 | 11100100 | 1001011 | 11001 | 0 | 1000011 | 1011 | 1010010 | 1001010 | 111011 |
Color Harmonies of #ACE44B
Complementary color
Monochromatic Colors of #ACE44B
Black with #ACE44B
Text Example
Text Example
White with #ACE44B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE44B; }
p { color: rgb(172,228,75); }
H1.HeaderClassName
{
color: #ACE44B;
}
.AnyTagClassName
{
color: #ACE44B;
}
</style>
background-color css
<style>
a { background-color: #ACE44B; }
a { background-color: rgb(172,228,75); }
div.DivClassName
{
background-color: #ACE44B;
}
.BgClassName
{
background-color: #ACE44B;
}
</style>
border-color css
<style>
span { border-color: #ACE44B; }
span { border-color: rgb(172,228,75); }
td.TdClassName
{
border-color: #ACE44B;
}
.TagClassName
{
border-color: #ACE44B;
}
</style>