Shades of Conifer #ABE850
Tints of Conifer #ABE850
RGB
CMYK
RGB Variations
Color information
#ABE850 (or 0xABE850) is known color: Conifer. HEX triplet: AB, E8 and 50. RGB value is (171,232,80). Sum of RGB (Red+Green+Blue) = 171+232+80=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 80 (31.64% from 255 or 16.56% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #ABE850 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE850 is #5417AF. Grayscale: #C4C4C4. Windows color (decimal): -5511088 or 5302443. OLE color: 5302443.
HSL color Cylindrical-coordinate representation of color #ABE850: hue angle of 84.08º degrees, saturation: 0.77, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #ABE850 is Cyan = 0.26, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 232 | 80 | - |
| CMYK | 0.26 | 0 | 0.66 | 0.09 |
| HSL | 84.08º | 0.77% | 0.61% | - |
| HSV(B) | 84.08º | 0.66% | 0.91% | - |
| XYZ | 47.1 | 66.95 | 18.03 | - |
| YUV | 196.43 | 62.29 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 232 | 80 | 0.26 | 0 | 0.66 | 0.09 | 84.08 | 0.77 | 0.61 |
| Hex | AB | E8 | 50 | 1A | 0 | 42 | 9 | 54 | 4D | 3D |
| Octal | 253 | 350 | 120 | 32 | 0 | 102 | 11 | 124 | 115 | 75 |
| Binary | 10101011 | 11101000 | 1010000 | 11010 | 0 | 1000010 | 1001 | 1010100 | 1001101 | 111101 |
Color Harmonies of #ABE850
Complementary color
Monochromatic Colors of #ABE850
Black with #ABE850
Text Example
Text Example
White with #ABE850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE850; }
p { color: rgb(171,232,80); }
H1.HeaderClassName
{
color: #ABE850;
}
.AnyTagClassName
{
color: #ABE850;
}
</style>
background-color css
<style>
a { background-color: #ABE850; }
a { background-color: rgb(171,232,80); }
div.DivClassName
{
background-color: #ABE850;
}
.BgClassName
{
background-color: #ABE850;
}
</style>
border-color css
<style>
span { border-color: #ABE850; }
span { border-color: rgb(171,232,80); }
td.TdClassName
{
border-color: #ABE850;
}
.TagClassName
{
border-color: #ABE850;
}
</style>