Shades of Conifer #ABE35C
Tints of Conifer #ABE35C
RGB
CMYK
RGB Variations
Color information
#ABE35C (or 0xABE35C) is known color: Conifer. HEX triplet: AB, E3 and 5C. RGB value is (171,227,92). Sum of RGB (Red+Green+Blue) = 171+227+92=490 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.90% from 490); Green value is 227 (89.06% from 255 or 46.33% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 227 - color contains mainly: green. Hex color #ABE35C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABE35C is #541CA3. Grayscale: #C3C3C3. Windows color (decimal): -5512356 or 6087595. OLE color: 6087595.
HSL color Cylindrical-coordinate representation of color #ABE35C: hue angle of 84.89º degrees, saturation: 0.71, 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 #ABE35C is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 171 | 227 | 92 | - |
| CMYK | 0.25 | 0 | 0.59 | 0.11 |
| HSL | 84.89º | 0.71% | 0.63% | - |
| HSV(B) | 84.89º | 0.59% | 0.89% | - |
| XYZ | 46.2 | 64.37 | 20.11 | - |
| YUV | 194.87 | 69.95 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 227 | 92 | 0.25 | 0 | 0.59 | 0.11 | 84.89 | 0.71 | 0.63 |
| Hex | AB | E3 | 5C | 19 | 0 | 3B | B | 55 | 47 | 3F |
| Octal | 253 | 343 | 134 | 31 | 0 | 73 | 13 | 125 | 107 | 77 |
| Binary | 10101011 | 11100011 | 1011100 | 11001 | 0 | 111011 | 1011 | 1010101 | 1000111 | 111111 |
Color Harmonies of #ABE35C
Complementary color
Monochromatic Colors of #ABE35C
Black with #ABE35C
Text Example
Text Example
White with #ABE35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE35C; }
p { color: rgb(171,227,92); }
H1.HeaderClassName
{
color: #ABE35C;
}
.AnyTagClassName
{
color: #ABE35C;
}
</style>
background-color css
<style>
a { background-color: #ABE35C; }
a { background-color: rgb(171,227,92); }
div.DivClassName
{
background-color: #ABE35C;
}
.BgClassName
{
background-color: #ABE35C;
}
</style>
border-color css
<style>
span { border-color: #ABE35C; }
span { border-color: rgb(171,227,92); }
td.TdClassName
{
border-color: #ABE35C;
}
.TagClassName
{
border-color: #ABE35C;
}
</style>