Shades of Conifer #ABE25A
Tints of Conifer #ABE25A
RGB
CMYK
RGB Variations
Color information
#ABE25A (or 0xABE25A) is known color: Conifer. HEX triplet: AB, E2 and 5A. RGB value is (171,226,90). Sum of RGB (Red+Green+Blue) = 171+226+90=487 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.11% from 487); Green value is 226 (88.67% from 255 or 46.41% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE25A is #541DA5. Grayscale: #C2C2C2. Windows color (decimal): -5512614 or 5956267. OLE color: 5956267.
HSL color Cylindrical-coordinate representation of color #ABE25A: hue angle of 84.26º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABE25A is Cyan = 0.24, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 90 | - |
| CMYK | 0.24 | 0 | 0.60 | 0.11 |
| HSL | 84.26º | 0.7% | 0.62% | - |
| HSV(B) | 84.26º | 0.6% | 0.89% | - |
| XYZ | 45.84 | 63.79 | 19.57 | - |
| YUV | 194.05 | 69.28 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 90 | 0.24 | 0 | 0.60 | 0.11 | 84.26 | 0.7 | 0.62 |
| Hex | AB | E2 | 5A | 18 | 0 | 3C | B | 54 | 46 | 3E |
| Octal | 253 | 342 | 132 | 30 | 0 | 74 | 13 | 124 | 106 | 76 |
| Binary | 10101011 | 11100010 | 1011010 | 11000 | 0 | 111100 | 1011 | 1010100 | 1000110 | 111110 |
Color Harmonies of #ABE25A
Complementary color
Monochromatic Colors of #ABE25A
Black with #ABE25A
Text Example
Text Example
White with #ABE25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE25A; }
p { color: rgb(171,226,90); }
H1.HeaderClassName
{
color: #ABE25A;
}
.AnyTagClassName
{
color: #ABE25A;
}
</style>
background-color css
<style>
a { background-color: #ABE25A; }
a { background-color: rgb(171,226,90); }
div.DivClassName
{
background-color: #ABE25A;
}
.BgClassName
{
background-color: #ABE25A;
}
</style>
border-color css
<style>
span { border-color: #ABE25A; }
span { border-color: rgb(171,226,90); }
td.TdClassName
{
border-color: #ABE25A;
}
.TagClassName
{
border-color: #ABE25A;
}
</style>