Shades of Conifer #ACE33C
Tints of Conifer #ACE33C
RGB
CMYK
RGB Variations
Color information
#ACE33C (or 0xACE33C) is known color: Conifer. HEX triplet: AC, E3 and 3C. RGB value is (172,227,60). Sum of RGB (Red+Green+Blue) = 172+227+60=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 227 (89.06% from 255 or 49.46% from 459); Blue value is 60 (23.83% from 255 or 13.07% from 459); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE33C is #531CC3. Grayscale: #C0C0C0. Windows color (decimal): -5446852 or 3990444. OLE color: 3990444.
HSL color Cylindrical-coordinate representation of color #ACE33C: hue angle of 79.76º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACE33C is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 60 | - |
| CMYK | 0.24 | 0 | 0.74 | 0.11 |
| HSL | 79.76º | 0.75% | 0.56% | - |
| HSV(B) | 79.76º | 0.74% | 0.89% | - |
| XYZ | 45.3 | 64.04 | 14.25 | - |
| YUV | 191.52 | 53.78 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 60 | 0.24 | 0 | 0.74 | 0.11 | 79.76 | 0.75 | 0.56 |
| Hex | AC | E3 | 3C | 18 | 0 | 4A | B | 50 | 4B | 38 |
| Octal | 254 | 343 | 74 | 30 | 0 | 112 | 13 | 120 | 113 | 70 |
| Binary | 10101100 | 11100011 | 111100 | 11000 | 0 | 1001010 | 1011 | 1010000 | 1001011 | 111000 |
Color Harmonies of #ACE33C
Complementary color
Monochromatic Colors of #ACE33C
Black with #ACE33C
Text Example
Text Example
White with #ACE33C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE33C; }
p { color: rgb(172,227,60); }
H1.HeaderClassName
{
color: #ACE33C;
}
.AnyTagClassName
{
color: #ACE33C;
}
</style>
background-color css
<style>
a { background-color: #ACE33C; }
a { background-color: rgb(172,227,60); }
div.DivClassName
{
background-color: #ACE33C;
}
.BgClassName
{
background-color: #ACE33C;
}
</style>
border-color css
<style>
span { border-color: #ACE33C; }
span { border-color: rgb(172,227,60); }
td.TdClassName
{
border-color: #ACE33C;
}
.TagClassName
{
border-color: #ACE33C;
}
</style>