Shades of Conifer #ABE94D
Tints of Conifer #ABE94D
RGB
CMYK
RGB Variations
Color information
#ABE94D (or 0xABE94D) is known color: Conifer. HEX triplet: AB, E9 and 4D. RGB value is (171,233,77). Sum of RGB (Red+Green+Blue) = 171+233+77=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 233 (91.41% from 255 or 48.44% from 481); Blue value is 77 (30.47% from 255 or 16.01% from 481); Max value from RGB is 233 - color contains mainly: green. Hex color #ABE94D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE94D is #5416B2. Grayscale: #C5C5C5. Windows color (decimal): -5510835 or 5106091. OLE color: 5106091.
HSL color Cylindrical-coordinate representation of color #ABE94D: hue angle of 83.85º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #ABE94D is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 233 | 77 | - |
| CMYK | 0.27 | 0 | 0.67 | 0.09 |
| HSL | 83.85º | 0.78% | 0.61% | - |
| HSV(B) | 83.85º | 0.67% | 0.91% | - |
| XYZ | 47.27 | 67.47 | 17.55 | - |
| YUV | 196.68 | 60.46 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 233 | 77 | 0.27 | 0 | 0.67 | 0.09 | 83.85 | 0.78 | 0.61 |
| Hex | AB | E9 | 4D | 1B | 0 | 43 | 9 | 54 | 4E | 3D |
| Octal | 253 | 351 | 115 | 33 | 0 | 103 | 11 | 124 | 116 | 75 |
| Binary | 10101011 | 11101001 | 1001101 | 11011 | 0 | 1000011 | 1001 | 1010100 | 1001110 | 111101 |
Color Harmonies of #ABE94D
Complementary color
Monochromatic Colors of #ABE94D
Black with #ABE94D
Text Example
Text Example
White with #ABE94D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE94D; }
p { color: rgb(171,233,77); }
H1.HeaderClassName
{
color: #ABE94D;
}
.AnyTagClassName
{
color: #ABE94D;
}
</style>
background-color css
<style>
a { background-color: #ABE94D; }
a { background-color: rgb(171,233,77); }
div.DivClassName
{
background-color: #ABE94D;
}
.BgClassName
{
background-color: #ABE94D;
}
</style>
border-color css
<style>
span { border-color: #ABE94D; }
span { border-color: rgb(171,233,77); }
td.TdClassName
{
border-color: #ABE94D;
}
.TagClassName
{
border-color: #ABE94D;
}
</style>