Shades of Conifer #ACE14B
Tints of Conifer #ACE14B
RGB
CMYK
RGB Variations
Color information
#ACE14B (or 0xACE14B) is known color: Conifer. HEX triplet: AC, E1 and 4B. RGB value is (172,225,75). Sum of RGB (Red+Green+Blue) = 172+225+75=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 75 (29.69% from 255 or 15.89% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE14B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE14B is #531EB4. Grayscale: #C0C0C0. Windows color (decimal): -5447349 or 4972972. OLE color: 4972972.
HSL color Cylindrical-coordinate representation of color #ACE14B: hue angle of 81.2º 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 #ACE14B is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 75 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.12 |
| HSL | 81.2º | 0.71% | 0.59% | - |
| HSV(B) | 81.2º | 0.67% | 0.88% | - |
| XYZ | 45.21 | 63.13 | 16.46 | - |
| YUV | 192.05 | 61.94 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 75 | 0.24 | 0 | 0.67 | 0.12 | 81.2 | 0.71 | 0.59 |
| Hex | AC | E1 | 4B | 18 | 0 | 43 | C | 51 | 47 | 3B |
| Octal | 254 | 341 | 113 | 30 | 0 | 103 | 14 | 121 | 107 | 73 |
| Binary | 10101100 | 11100001 | 1001011 | 11000 | 0 | 1000011 | 1100 | 1010001 | 1000111 | 111011 |
Color Harmonies of #ACE14B
Complementary color
Monochromatic Colors of #ACE14B
Black with #ACE14B
Text Example
Text Example
White with #ACE14B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE14B; }
p { color: rgb(172,225,75); }
H1.HeaderClassName
{
color: #ACE14B;
}
.AnyTagClassName
{
color: #ACE14B;
}
</style>
background-color css
<style>
a { background-color: #ACE14B; }
a { background-color: rgb(172,225,75); }
div.DivClassName
{
background-color: #ACE14B;
}
.BgClassName
{
background-color: #ACE14B;
}
</style>
border-color css
<style>
span { border-color: #ACE14B; }
span { border-color: rgb(172,225,75); }
td.TdClassName
{
border-color: #ACE14B;
}
.TagClassName
{
border-color: #ACE14B;
}
</style>