Shades of Conifer #ACE352
Tints of Conifer #ACE352
RGB
CMYK
RGB Variations
Color information
#ACE352 (or 0xACE352) is known color: Conifer. HEX triplet: AC, E3 and 52. RGB value is (172,227,82). Sum of RGB (Red+Green+Blue) = 172+227+82=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 227 (89.06% from 255 or 47.19% from 481); Blue value is 82 (32.42% from 255 or 17.05% from 481); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE352 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACE352 is #531CAD. Grayscale: #C2C2C2. Windows color (decimal): -5446830 or 5432236. OLE color: 5432236.
HSL color Cylindrical-coordinate representation of color #ACE352: hue angle of 82.76º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #ACE352 is Cyan = 0.24, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 82 | - |
| CMYK | 0.24 | 0 | 0.64 | 0.11 |
| HSL | 82.76º | 0.72% | 0.61% | - |
| HSV(B) | 82.76º | 0.64% | 0.89% | - |
| XYZ | 46.01 | 64.32 | 17.97 | - |
| YUV | 194.03 | 64.78 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 82 | 0.24 | 0 | 0.64 | 0.11 | 82.76 | 0.72 | 0.61 |
| Hex | AC | E3 | 52 | 18 | 0 | 40 | B | 53 | 48 | 3D |
| Octal | 254 | 343 | 122 | 30 | 0 | 100 | 13 | 123 | 110 | 75 |
| Binary | 10101100 | 11100011 | 1010010 | 11000 | 0 | 1000000 | 1011 | 1010011 | 1001000 | 111101 |
Color Harmonies of #ACE352
Complementary color
Monochromatic Colors of #ACE352
Black with #ACE352
Text Example
Text Example
White with #ACE352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE352; }
p { color: rgb(172,227,82); }
H1.HeaderClassName
{
color: #ACE352;
}
.AnyTagClassName
{
color: #ACE352;
}
</style>
background-color css
<style>
a { background-color: #ACE352; }
a { background-color: rgb(172,227,82); }
div.DivClassName
{
background-color: #ACE352;
}
.BgClassName
{
background-color: #ACE352;
}
</style>
border-color css
<style>
span { border-color: #ACE352; }
span { border-color: rgb(172,227,82); }
td.TdClassName
{
border-color: #ACE352;
}
.TagClassName
{
border-color: #ACE352;
}
</style>