Shades of Conifer #ACE04B
Tints of Conifer #ACE04B
RGB
CMYK
RGB Variations
Color information
#ACE04B (or 0xACE04B) is known color: Conifer. HEX triplet: AC, E0 and 4B. RGB value is (172,224,75). Sum of RGB (Red+Green+Blue) = 172+224+75=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 224 (87.89% from 255 or 47.56% from 471); Blue value is 75 (29.69% from 255 or 15.92% from 471); Max value from RGB is 224 - color contains mainly: green. Hex color #ACE04B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE04B is #531FB4. Grayscale: #C0C0C0. Windows color (decimal): -5447605 or 4972716. OLE color: 4972716.
HSL color Cylindrical-coordinate representation of color #ACE04B: hue angle of 80.94º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACE04B is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 224 | 75 | - |
| CMYK | 0.23 | 0 | 0.67 | 0.12 |
| HSL | 80.94º | 0.71% | 0.59% | - |
| HSV(B) | 80.94º | 0.67% | 0.88% | - |
| XYZ | 44.94 | 62.59 | 16.37 | - |
| YUV | 191.47 | 62.27 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 224 | 75 | 0.23 | 0 | 0.67 | 0.12 | 80.94 | 0.71 | 0.59 |
| Hex | AC | E0 | 4B | 17 | 0 | 43 | C | 51 | 47 | 3B |
| Octal | 254 | 340 | 113 | 27 | 0 | 103 | 14 | 121 | 107 | 73 |
| Binary | 10101100 | 11100000 | 1001011 | 10111 | 0 | 1000011 | 1100 | 1010001 | 1000111 | 111011 |
Color Harmonies of #ACE04B
Complementary color
Monochromatic Colors of #ACE04B
Black with #ACE04B
Text Example
Text Example
White with #ACE04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE04B; }
p { color: rgb(172,224,75); }
H1.HeaderClassName
{
color: #ACE04B;
}
.AnyTagClassName
{
color: #ACE04B;
}
</style>
background-color css
<style>
a { background-color: #ACE04B; }
a { background-color: rgb(172,224,75); }
div.DivClassName
{
background-color: #ACE04B;
}
.BgClassName
{
background-color: #ACE04B;
}
</style>
border-color css
<style>
span { border-color: #ACE04B; }
span { border-color: rgb(172,224,75); }
td.TdClassName
{
border-color: #ACE04B;
}
.TagClassName
{
border-color: #ACE04B;
}
</style>