Shades of Conifer #ABE23D
Tints of Conifer #ABE23D
RGB
CMYK
RGB Variations
Color information
#ABE23D (or 0xABE23D) is known color: Conifer. HEX triplet: AB, E2 and 3D. RGB value is (171,226,61). Sum of RGB (Red+Green+Blue) = 171+226+61=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 226 (88.67% from 255 or 49.34% from 458); Blue value is 61 (24.22% from 255 or 13.32% from 458); Max value from RGB is 226 - color contains mainly: green. Hex color #ABE23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ABE23D is #541DC2. Grayscale: #BFBFBF. Windows color (decimal): -5512643 or 4055723. OLE color: 4055723.
HSL color Cylindrical-coordinate representation of color #ABE23D: hue angle of 80º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ABE23D is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 226 | 61 | - |
| CMYK | 0.24 | 0 | 0.73 | 0.11 |
| HSL | 80º | 0.74% | 0.56% | - |
| HSV(B) | 80º | 0.73% | 0.89% | - |
| XYZ | 44.83 | 63.39 | 14.29 | - |
| YUV | 190.75 | 54.78 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 226 | 61 | 0.24 | 0 | 0.73 | 0.11 | 80 | 0.74 | 0.56 |
| Hex | AB | E2 | 3D | 18 | 0 | 49 | B | 50 | 4A | 38 |
| Octal | 253 | 342 | 75 | 30 | 0 | 111 | 13 | 120 | 112 | 70 |
| Binary | 10101011 | 11100010 | 111101 | 11000 | 0 | 1001001 | 1011 | 1010000 | 1001010 | 111000 |
Color Harmonies of #ABE23D
Complementary color
Monochromatic Colors of #ABE23D
Black with #ABE23D
Text Example
Text Example
White with #ABE23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE23D; }
p { color: rgb(171,226,61); }
H1.HeaderClassName
{
color: #ABE23D;
}
.AnyTagClassName
{
color: #ABE23D;
}
</style>
background-color css
<style>
a { background-color: #ABE23D; }
a { background-color: rgb(171,226,61); }
div.DivClassName
{
background-color: #ABE23D;
}
.BgClassName
{
background-color: #ABE23D;
}
</style>
border-color css
<style>
span { border-color: #ABE23D; }
span { border-color: rgb(171,226,61); }
td.TdClassName
{
border-color: #ABE23D;
}
.TagClassName
{
border-color: #ABE23D;
}
</style>