Shades of Conifer #ACE552
Tints of Conifer #ACE552
RGB
CMYK
RGB Variations
Color information
#ACE552 (or 0xACE552) is known color: Conifer. HEX triplet: AC, E5 and 52. RGB value is (172,229,82). Sum of RGB (Red+Green+Blue) = 172+229+82=483 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.61% from 483); Green value is 229 (89.84% from 255 or 47.41% from 483); Blue value is 82 (32.42% from 255 or 16.98% from 483); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE552 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE552 is #531AAD. Grayscale: #C3C3C3. Windows color (decimal): -5446318 or 5432748. OLE color: 5432748.
HSL color Cylindrical-coordinate representation of color #ACE552: hue angle of 83.27º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACE552 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 82 | - |
| CMYK | 0.25 | 0 | 0.64 | 0.10 |
| HSL | 83.27º | 0.74% | 0.61% | - |
| HSV(B) | 83.27º | 0.64% | 0.9% | - |
| XYZ | 46.56 | 65.42 | 18.16 | - |
| YUV | 195.2 | 64.12 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 82 | 0.25 | 0 | 0.64 | 0.10 | 83.27 | 0.74 | 0.61 |
| Hex | AC | E5 | 52 | 19 | 0 | 40 | A | 53 | 4A | 3D |
| Octal | 254 | 345 | 122 | 31 | 0 | 100 | 12 | 123 | 112 | 75 |
| Binary | 10101100 | 11100101 | 1010010 | 11001 | 0 | 1000000 | 1010 | 1010011 | 1001010 | 111101 |
Color Harmonies of #ACE552
Complementary color
Monochromatic Colors of #ACE552
Black with #ACE552
Text Example
Text Example
White with #ACE552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE552; }
p { color: rgb(172,229,82); }
H1.HeaderClassName
{
color: #ACE552;
}
.AnyTagClassName
{
color: #ACE552;
}
</style>
background-color css
<style>
a { background-color: #ACE552; }
a { background-color: rgb(172,229,82); }
div.DivClassName
{
background-color: #ACE552;
}
.BgClassName
{
background-color: #ACE552;
}
</style>
border-color css
<style>
span { border-color: #ACE552; }
span { border-color: rgb(172,229,82); }
td.TdClassName
{
border-color: #ACE552;
}
.TagClassName
{
border-color: #ACE552;
}
</style>