Shades of Conifer #ABE655
Tints of Conifer #ABE655
RGB
CMYK
RGB Variations
Color information
#ABE655 (or 0xABE655) is known color: Conifer. HEX triplet: AB, E6 and 55. RGB value is (171,230,85). Sum of RGB (Red+Green+Blue) = 171+230+85=486 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.19% from 486); Green value is 230 (90.23% from 255 or 47.33% from 486); Blue value is 85 (33.59% from 255 or 17.49% from 486); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE655 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE655 is #5419AA. Grayscale: #C4C4C4. Windows color (decimal): -5511595 or 5629611. OLE color: 5629611.
HSL color Cylindrical-coordinate representation of color #ABE655: hue angle of 84.41º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #ABE655 is Cyan = 0.26, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 85 | - |
| CMYK | 0.26 | 0 | 0.63 | 0.10 |
| HSL | 84.41º | 0.74% | 0.62% | - |
| HSV(B) | 84.41º | 0.63% | 0.9% | - |
| XYZ | 46.73 | 65.91 | 18.85 | - |
| YUV | 195.83 | 65.45 | 110.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 85 | 0.26 | 0 | 0.63 | 0.10 | 84.41 | 0.74 | 0.62 |
| Hex | AB | E6 | 55 | 1A | 0 | 3F | A | 54 | 4A | 3E |
| Octal | 253 | 346 | 125 | 32 | 0 | 77 | 12 | 124 | 112 | 76 |
| Binary | 10101011 | 11100110 | 1010101 | 11010 | 0 | 111111 | 1010 | 1010100 | 1001010 | 111110 |
Color Harmonies of #ABE655
Complementary color
Monochromatic Colors of #ABE655
Black with #ABE655
Text Example
Text Example
White with #ABE655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE655; }
p { color: rgb(171,230,85); }
H1.HeaderClassName
{
color: #ABE655;
}
.AnyTagClassName
{
color: #ABE655;
}
</style>
background-color css
<style>
a { background-color: #ABE655; }
a { background-color: rgb(171,230,85); }
div.DivClassName
{
background-color: #ABE655;
}
.BgClassName
{
background-color: #ABE655;
}
</style>
border-color css
<style>
span { border-color: #ABE655; }
span { border-color: rgb(171,230,85); }
td.TdClassName
{
border-color: #ABE655;
}
.TagClassName
{
border-color: #ABE655;
}
</style>