Shades of Conifer #ABEA42
Tints of Conifer #ABEA42
RGB
CMYK
RGB Variations
Color information
#ABEA42 (or 0xABEA42) is known color: Conifer. HEX triplet: AB, EA and 42. RGB value is (171,234,66). Sum of RGB (Red+Green+Blue) = 171+234+66=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 234 (91.80% from 255 or 49.68% from 471); Blue value is 66 (26.17% from 255 or 14.01% from 471); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ABEA42 is #5415BD. Grayscale: #C4C4C4. Windows color (decimal): -5510590 or 4385451. OLE color: 4385451.
HSL color Cylindrical-coordinate representation of color #ABEA42: hue angle of 82.5º 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 #ABEA42 is Cyan = 0.27, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 66 | - |
| CMYK | 0.27 | 0 | 0.72 | 0.08 |
| HSL | 82.5º | 0.8% | 0.59% | - |
| HSV(B) | 82.5º | 0.72% | 0.92% | - |
| XYZ | 47.2 | 67.9 | 15.77 | - |
| YUV | 196.01 | 54.63 | 110.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 66 | 0.27 | 0 | 0.72 | 0.08 | 82.5 | 0.8 | 0.59 |
| Hex | AB | EA | 42 | 1B | 0 | 48 | 8 | 52 | 50 | 3B |
| Octal | 253 | 352 | 102 | 33 | 0 | 110 | 10 | 122 | 120 | 73 |
| Binary | 10101011 | 11101010 | 1000010 | 11011 | 0 | 1001000 | 1000 | 1010010 | 1010000 | 111011 |
Color Harmonies of #ABEA42
Complementary color
Monochromatic Colors of #ABEA42
Black with #ABEA42
Text Example
Text Example
White with #ABEA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEA42; }
p { color: rgb(171,234,66); }
H1.HeaderClassName
{
color: #ABEA42;
}
.AnyTagClassName
{
color: #ABEA42;
}
</style>
background-color css
<style>
a { background-color: #ABEA42; }
a { background-color: rgb(171,234,66); }
div.DivClassName
{
background-color: #ABEA42;
}
.BgClassName
{
background-color: #ABEA42;
}
</style>
border-color css
<style>
span { border-color: #ABEA42; }
span { border-color: rgb(171,234,66); }
td.TdClassName
{
border-color: #ABEA42;
}
.TagClassName
{
border-color: #ABEA42;
}
</style>