Shades of Conifer #ACE34A
Tints of Conifer #ACE34A
RGB
CMYK
RGB Variations
Color information
#ACE34A (or 0xACE34A) is known color: Conifer. HEX triplet: AC, E3 and 4A. RGB value is (172,227,74). Sum of RGB (Red+Green+Blue) = 172+227+74=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 227 (89.06% from 255 or 47.99% from 473); Blue value is 74 (29.30% from 255 or 15.64% from 473); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE34A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE34A is #531CB5. Grayscale: #C1C1C1. Windows color (decimal): -5446838 or 4907948. OLE color: 4907948.
HSL color Cylindrical-coordinate representation of color #ACE34A: hue angle of 81.57º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ACE34A is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 74 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.57º | 0.73% | 0.59% | - |
| HSV(B) | 81.57º | 0.67% | 0.89% | - |
| XYZ | 45.72 | 64.2 | 16.46 | - |
| YUV | 193.11 | 60.78 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 74 | 0.24 | 0 | 0.67 | 0.11 | 81.57 | 0.73 | 0.59 |
| Hex | AC | E3 | 4A | 18 | 0 | 43 | B | 52 | 49 | 3B |
| Octal | 254 | 343 | 112 | 30 | 0 | 103 | 13 | 122 | 111 | 73 |
| Binary | 10101100 | 11100011 | 1001010 | 11000 | 0 | 1000011 | 1011 | 1010010 | 1001001 | 111011 |
Color Harmonies of #ACE34A
Complementary color
Monochromatic Colors of #ACE34A
Black with #ACE34A
Text Example
Text Example
White with #ACE34A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE34A; }
p { color: rgb(172,227,74); }
H1.HeaderClassName
{
color: #ACE34A;
}
.AnyTagClassName
{
color: #ACE34A;
}
</style>
background-color css
<style>
a { background-color: #ACE34A; }
a { background-color: rgb(172,227,74); }
div.DivClassName
{
background-color: #ACE34A;
}
.BgClassName
{
background-color: #ACE34A;
}
</style>
border-color css
<style>
span { border-color: #ACE34A; }
span { border-color: rgb(172,227,74); }
td.TdClassName
{
border-color: #ACE34A;
}
.TagClassName
{
border-color: #ACE34A;
}
</style>