Shades of Conifer #ABE34D
Tints of Conifer #ABE34D
RGB
CMYK
RGB Variations
Color information
#ABE34D (or 0xABE34D) is known color: Conifer. HEX triplet: AB, E3 and 4D. RGB value is (171,227,77). Sum of RGB (Red+Green+Blue) = 171+227+77=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 227 (89.06% from 255 or 47.79% from 475); Blue value is 77 (30.47% from 255 or 16.21% from 475); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE34D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE34D is #541CB2. Grayscale: #C1C1C1. Windows color (decimal): -5512371 or 5104555. OLE color: 5104555.
HSL color Cylindrical-coordinate representation of color #ABE34D: hue angle of 82.4º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABE34D is Cyan = 0.25, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 77 | - |
| CMYK | 0.25 | 0 | 0.66 | 0.11 |
| HSL | 82.4º | 0.73% | 0.6% | - |
| HSV(B) | 82.4º | 0.66% | 0.89% | - |
| XYZ | 45.6 | 64.13 | 17 | - |
| YUV | 193.16 | 62.45 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 77 | 0.25 | 0 | 0.66 | 0.11 | 82.4 | 0.73 | 0.6 |
| Hex | AB | E3 | 4D | 19 | 0 | 42 | B | 52 | 49 | 3C |
| Octal | 253 | 343 | 115 | 31 | 0 | 102 | 13 | 122 | 111 | 74 |
| Binary | 10101011 | 11100011 | 1001101 | 11001 | 0 | 1000010 | 1011 | 1010010 | 1001001 | 111100 |
Color Harmonies of #ABE34D
Complementary color
Monochromatic Colors of #ABE34D
Black with #ABE34D
Text Example
Text Example
White with #ABE34D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE34D; }
p { color: rgb(171,227,77); }
H1.HeaderClassName
{
color: #ABE34D;
}
.AnyTagClassName
{
color: #ABE34D;
}
</style>
background-color css
<style>
a { background-color: #ABE34D; }
a { background-color: rgb(171,227,77); }
div.DivClassName
{
background-color: #ABE34D;
}
.BgClassName
{
background-color: #ABE34D;
}
</style>
border-color css
<style>
span { border-color: #ABE34D; }
span { border-color: rgb(171,227,77); }
td.TdClassName
{
border-color: #ABE34D;
}
.TagClassName
{
border-color: #ABE34D;
}
</style>