Shades of Conifer #ACEA41
Tints of Conifer #ACEA41
RGB
CMYK
RGB Variations
Color information
#ACEA41 (or 0xACEA41) is known color: Conifer. HEX triplet: AC, EA and 41. RGB value is (172,234,65). Sum of RGB (Red+Green+Blue) = 172+234+65=471 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.52% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 65 (25.78% from 255 or 13.80% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACEA41 is #5315BE. Grayscale: #C4C4C4. Windows color (decimal): -5445055 or 4319916. OLE color: 4319916.
HSL color Cylindrical-coordinate representation of color #ACEA41: hue angle of 82.01º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACEA41 is Cyan = 0.26, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 65 | - |
| CMYK | 0.26 | 0 | 0.72 | 0.08 |
| HSL | 82.01º | 0.8% | 0.59% | - |
| HSV(B) | 82.01º | 0.72% | 0.92% | - |
| XYZ | 47.39 | 68 | 15.63 | - |
| YUV | 196.2 | 53.96 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 65 | 0.26 | 0 | 0.72 | 0.08 | 82.01 | 0.8 | 0.59 |
| Hex | AC | EA | 41 | 1A | 0 | 48 | 8 | 52 | 50 | 3B |
| Octal | 254 | 352 | 101 | 32 | 0 | 110 | 10 | 122 | 120 | 73 |
| Binary | 10101100 | 11101010 | 1000001 | 11010 | 0 | 1001000 | 1000 | 1010010 | 1010000 | 111011 |
Color Harmonies of #ACEA41
Complementary color
Monochromatic Colors of #ACEA41
Black with #ACEA41
Text Example
Text Example
White with #ACEA41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA41; }
p { color: rgb(172,234,65); }
H1.HeaderClassName
{
color: #ACEA41;
}
.AnyTagClassName
{
color: #ACEA41;
}
</style>
background-color css
<style>
a { background-color: #ACEA41; }
a { background-color: rgb(172,234,65); }
div.DivClassName
{
background-color: #ACEA41;
}
.BgClassName
{
background-color: #ACEA41;
}
</style>
border-color css
<style>
span { border-color: #ACEA41; }
span { border-color: rgb(172,234,65); }
td.TdClassName
{
border-color: #ACEA41;
}
.TagClassName
{
border-color: #ACEA41;
}
</style>