Shades of Conifer #ABEA5E
Tints of Conifer #ABEA5E
RGB
CMYK
RGB Variations
Color information
#ABEA5E (or 0xABEA5E) is known color: Conifer. HEX triplet: AB, EA and 5E. RGB value is (171,234,94). Sum of RGB (Red+Green+Blue) = 171+234+94=499 (66% of max value = 765). Red value is 171 (67.19% from 255 or 34.27% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 94 (37.11% from 255 or 18.84% from 499); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEA5E is #5415A1. Grayscale: #C7C7C7. Windows color (decimal): -5510562 or 6220459. OLE color: 6220459.
HSL color Cylindrical-coordinate representation of color #ABEA5E: hue angle of 87º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABEA5E is Cyan = 0.27, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 94 | - |
| CMYK | 0.27 | 0 | 0.60 | 0.08 |
| HSL | 87º | 0.77% | 0.64% | - |
| HSV(B) | 87º | 0.6% | 0.92% | - |
| XYZ | 48.24 | 68.31 | 21.23 | - |
| YUV | 199.2 | 68.63 | 107.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 94 | 0.27 | 0 | 0.60 | 0.08 | 87 | 0.77 | 0.64 |
| Hex | AB | EA | 5E | 1B | 0 | 3C | 8 | 57 | 4D | 40 |
| Octal | 253 | 352 | 136 | 33 | 0 | 74 | 10 | 127 | 115 | 100 |
| Binary | 10101011 | 11101010 | 1011110 | 11011 | 0 | 111100 | 1000 | 1010111 | 1001101 | 1000000 |
Color Harmonies of #ABEA5E
Complementary color
Monochromatic Colors of #ABEA5E
Black with #ABEA5E
Text Example
Text Example
White with #ABEA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEA5E; }
p { color: rgb(171,234,94); }
H1.HeaderClassName
{
color: #ABEA5E;
}
.AnyTagClassName
{
color: #ABEA5E;
}
</style>
background-color css
<style>
a { background-color: #ABEA5E; }
a { background-color: rgb(171,234,94); }
div.DivClassName
{
background-color: #ABEA5E;
}
.BgClassName
{
background-color: #ABEA5E;
}
</style>
border-color css
<style>
span { border-color: #ABEA5E; }
span { border-color: rgb(171,234,94); }
td.TdClassName
{
border-color: #ABEA5E;
}
.TagClassName
{
border-color: #ABEA5E;
}
</style>