Shades of Conifer #ACE13C
Tints of Conifer #ACE13C
RGB
CMYK
RGB Variations
Color information
#ACE13C (or 0xACE13C) is known color: Conifer. HEX triplet: AC, E1 and 3C. RGB value is (172,225,60). Sum of RGB (Red+Green+Blue) = 172+225+60=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 225 (88.28% from 255 or 49.23% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 225 - color contains mainly: green. Hex color #ACE13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE13C is #531EC3. Grayscale: #BEBEBE. Windows color (decimal): -5447364 or 3989932. OLE color: 3989932.
HSL color Cylindrical-coordinate representation of color #ACE13C: hue angle of 79.27º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACE13C is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 225 | 60 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.12 |
| HSL | 79.27º | 0.73% | 0.56% | - |
| HSV(B) | 79.27º | 0.73% | 0.88% | - |
| XYZ | 44.75 | 62.95 | 14.07 | - |
| YUV | 190.34 | 54.44 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 225 | 60 | 0.24 | 0 | 0.73 | 0.12 | 79.27 | 0.73 | 0.56 |
| Hex | AC | E1 | 3C | 18 | 0 | 49 | C | 4F | 49 | 38 |
| Octal | 254 | 341 | 74 | 30 | 0 | 111 | 14 | 117 | 111 | 70 |
| Binary | 10101100 | 11100001 | 111100 | 11000 | 0 | 1001001 | 1100 | 1001111 | 1001001 | 111000 |
Color Harmonies of #ACE13C
Complementary color
Monochromatic Colors of #ACE13C
Black with #ACE13C
Text Example
Text Example
White with #ACE13C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE13C; }
p { color: rgb(172,225,60); }
H1.HeaderClassName
{
color: #ACE13C;
}
.AnyTagClassName
{
color: #ACE13C;
}
</style>
background-color css
<style>
a { background-color: #ACE13C; }
a { background-color: rgb(172,225,60); }
div.DivClassName
{
background-color: #ACE13C;
}
.BgClassName
{
background-color: #ACE13C;
}
</style>
border-color css
<style>
span { border-color: #ACE13C; }
span { border-color: rgb(172,225,60); }
td.TdClassName
{
border-color: #ACE13C;
}
.TagClassName
{
border-color: #ACE13C;
}
</style>