Shades of Conifer #ACEA66
Tints of Conifer #ACEA66
RGB
CMYK
RGB Variations
Color information
#ACEA66 (or 0xACEA66) is known color: Conifer. HEX triplet: AC, EA and 66. RGB value is (172,234,102). Sum of RGB (Red+Green+Blue) = 172+234+102=508 (67% of max value = 765). Red value is 172 (67.58% from 255 or 33.86% from 508); Green value is 234 (91.80% from 255 or 46.06% from 508); Blue value is 102 (40.23% from 255 or 20.08% from 508); Max value from RGB is 234 - color contains mainly: green. Hex color #ACEA66 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ACEA66 is #531599. Grayscale: #C8C8C8. Windows color (decimal): -5445018 or 6744748. OLE color: 6744748.
HSL color Cylindrical-coordinate representation of color #ACEA66: hue angle of 88.18º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ACEA66 is Cyan = 0.26, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 234 | 102 | - |
| CMYK | 0.26 | 0 | 0.56 | 0.08 |
| HSL | 88.18º | 0.76% | 0.66% | - |
| HSV(B) | 88.18º | 0.56% | 0.92% | - |
| XYZ | 48.83 | 68.58 | 23.23 | - |
| YUV | 200.41 | 72.46 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 234 | 102 | 0.26 | 0 | 0.56 | 0.08 | 88.18 | 0.76 | 0.66 |
| Hex | AC | EA | 66 | 1A | 0 | 38 | 8 | 58 | 4C | 42 |
| Octal | 254 | 352 | 146 | 32 | 0 | 70 | 10 | 130 | 114 | 102 |
| Binary | 10101100 | 11101010 | 1100110 | 11010 | 0 | 111000 | 1000 | 1011000 | 1001100 | 1000010 |
Color Harmonies of #ACEA66
Complementary color
Monochromatic Colors of #ACEA66
Black with #ACEA66
Text Example
Text Example
White with #ACEA66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEA66; }
p { color: rgb(172,234,102); }
H1.HeaderClassName
{
color: #ACEA66;
}
.AnyTagClassName
{
color: #ACEA66;
}
</style>
background-color css
<style>
a { background-color: #ACEA66; }
a { background-color: rgb(172,234,102); }
div.DivClassName
{
background-color: #ACEA66;
}
.BgClassName
{
background-color: #ACEA66;
}
</style>
border-color css
<style>
span { border-color: #ACEA66; }
span { border-color: rgb(172,234,102); }
td.TdClassName
{
border-color: #ACEA66;
}
.TagClassName
{
border-color: #ACEA66;
}
</style>