Shades of Conifer #ACE34B
Tints of Conifer #ACE34B
RGB
CMYK
RGB Variations
Color information
#ACE34B (or 0xACE34B) is known color: Conifer. HEX triplet: AC, E3 and 4B. RGB value is (172,227,75). Sum of RGB (Red+Green+Blue) = 172+227+75=474 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.29% from 474); Green value is 227 (89.06% from 255 or 47.89% from 474); Blue value is 75 (29.69% from 255 or 15.82% from 474); Max value from RGB is 227 - color contains mainly: green. Hex color #ACE34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACE34B is #531CB4. Grayscale: #C1C1C1. Windows color (decimal): -5446837 or 4973484. OLE color: 4973484.
HSL color Cylindrical-coordinate representation of color #ACE34B: hue angle of 81.71º 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 #ACE34B is Cyan = 0.24, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 227 | 75 | - |
| CMYK | 0.24 | 0 | 0.67 | 0.11 |
| HSL | 81.71º | 0.73% | 0.59% | - |
| HSV(B) | 81.71º | 0.67% | 0.89% | - |
| XYZ | 45.75 | 64.22 | 16.64 | - |
| YUV | 193.23 | 61.28 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 227 | 75 | 0.24 | 0 | 0.67 | 0.11 | 81.71 | 0.73 | 0.59 |
| Hex | AC | E3 | 4B | 18 | 0 | 43 | B | 52 | 49 | 3B |
| Octal | 254 | 343 | 113 | 30 | 0 | 103 | 13 | 122 | 111 | 73 |
| Binary | 10101100 | 11100011 | 1001011 | 11000 | 0 | 1000011 | 1011 | 1010010 | 1001001 | 111011 |
Color Harmonies of #ACE34B
Complementary color
Monochromatic Colors of #ACE34B
Black with #ACE34B
Text Example
Text Example
White with #ACE34B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE34B; }
p { color: rgb(172,227,75); }
H1.HeaderClassName
{
color: #ACE34B;
}
.AnyTagClassName
{
color: #ACE34B;
}
</style>
background-color css
<style>
a { background-color: #ACE34B; }
a { background-color: rgb(172,227,75); }
div.DivClassName
{
background-color: #ACE34B;
}
.BgClassName
{
background-color: #ACE34B;
}
</style>
border-color css
<style>
span { border-color: #ACE34B; }
span { border-color: rgb(172,227,75); }
td.TdClassName
{
border-color: #ACE34B;
}
.TagClassName
{
border-color: #ACE34B;
}
</style>