Shades of Conifer #ABE25D
Tints of Conifer #ABE25D
RGB
CMYK
RGB Variations
Color information
#ABE25D (or 0xABE25D) is known color: Conifer. HEX triplet: AB, E2 and 5D. RGB value is (171,226,93). Sum of RGB (Red+Green+Blue) = 171+226+93=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 226 (88.67% from 255 or 46.12% from 490); Blue value is 93 (36.72% from 255 or 18.98% from 490); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE25D is #541DA2. Grayscale: #C2C2C2. Windows color (decimal): -5512611 or 6152875. OLE color: 6152875.
HSL color Cylindrical-coordinate representation of color #ABE25D: hue angle of 84.81º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #ABE25D is Cyan = 0.24, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 93 | - |
| CMYK | 0.24 | 0 | 0.59 | 0.11 |
| HSL | 84.81º | 0.7% | 0.63% | - |
| HSV(B) | 84.81º | 0.59% | 0.89% | - |
| XYZ | 45.97 | 63.84 | 20.26 | - |
| YUV | 194.39 | 70.78 | 111.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 93 | 0.24 | 0 | 0.59 | 0.11 | 84.81 | 0.7 | 0.63 |
| Hex | AB | E2 | 5D | 18 | 0 | 3B | B | 55 | 46 | 3F |
| Octal | 253 | 342 | 135 | 30 | 0 | 73 | 13 | 125 | 106 | 77 |
| Binary | 10101011 | 11100010 | 1011101 | 11000 | 0 | 111011 | 1011 | 1010101 | 1000110 | 111111 |
Color Harmonies of #ABE25D
Complementary color
Monochromatic Colors of #ABE25D
Black with #ABE25D
Text Example
Text Example
White with #ABE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE25D; }
p { color: rgb(171,226,93); }
H1.HeaderClassName
{
color: #ABE25D;
}
.AnyTagClassName
{
color: #ABE25D;
}
</style>
background-color css
<style>
a { background-color: #ABE25D; }
a { background-color: rgb(171,226,93); }
div.DivClassName
{
background-color: #ABE25D;
}
.BgClassName
{
background-color: #ABE25D;
}
</style>
border-color css
<style>
span { border-color: #ABE25D; }
span { border-color: rgb(171,226,93); }
td.TdClassName
{
border-color: #ABE25D;
}
.TagClassName
{
border-color: #ABE25D;
}
</style>