Shades of Conifer #ACE344
Tints of Conifer #ACE344
RGB
CMYK
RGB Variations
Color information
#ACE344 (or 0xACE344) is known color: Conifer. HEX triplet: AC, E3 and 44. RGB value is (172,227,68). Sum of RGB (Red+Green+Blue) = 172+227+68=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 227 (89.06% from 255 or 48.61% from 467); Blue value is 68 (26.95% from 255 or 14.56% from 467); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE344 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE344 is #531CBB. Grayscale: #C1C1C1. Windows color (decimal): -5446844 or 4514732. OLE color: 4514732.
HSL color Cylindrical-coordinate representation of color #ACE344: hue angle of 80.75º degrees, saturation: 0.74, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACE344 is Cyan = 0.24, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 68 | - |
| CMYK | 0.24 | 0 | 0.70 | 0.11 |
| HSL | 80.75º | 0.74% | 0.58% | - |
| HSV(B) | 80.75º | 0.7% | 0.89% | - |
| XYZ | 45.53 | 64.13 | 15.45 | - |
| YUV | 192.43 | 57.78 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 68 | 0.24 | 0 | 0.70 | 0.11 | 80.75 | 0.74 | 0.58 |
| Hex | AC | E3 | 44 | 18 | 0 | 46 | B | 51 | 4A | 3A |
| Octal | 254 | 343 | 104 | 30 | 0 | 106 | 13 | 121 | 112 | 72 |
| Binary | 10101100 | 11100011 | 1000100 | 11000 | 0 | 1000110 | 1011 | 1010001 | 1001010 | 111010 |
Color Harmonies of #ACE344
Complementary color
Monochromatic Colors of #ACE344
Black with #ACE344
Text Example
Text Example
White with #ACE344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE344; }
p { color: rgb(172,227,68); }
H1.HeaderClassName
{
color: #ACE344;
}
.AnyTagClassName
{
color: #ACE344;
}
</style>
background-color css
<style>
a { background-color: #ACE344; }
a { background-color: rgb(172,227,68); }
div.DivClassName
{
background-color: #ACE344;
}
.BgClassName
{
background-color: #ACE344;
}
</style>
border-color css
<style>
span { border-color: #ACE344; }
span { border-color: rgb(172,227,68); }
td.TdClassName
{
border-color: #ACE344;
}
.TagClassName
{
border-color: #ACE344;
}
</style>