Shades of Conifer #ABE65C
Tints of Conifer #ABE65C
RGB
CMYK
RGB Variations
Color information
#ABE65C (or 0xABE65C) is known color: Conifer. HEX triplet: AB, E6 and 5C. RGB value is (171,230,92). Sum of RGB (Red+Green+Blue) = 171+230+92=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 230 (90.23% from 255 or 46.65% from 493); Blue value is 92 (36.33% from 255 or 18.66% from 493); Max value from RGB is 230 - color contains mainly: green. Hex color #ABE65C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABE65C is #5419A3. Grayscale: #C5C5C5. Windows color (decimal): -5511588 or 6088363. OLE color: 6088363.
HSL color Cylindrical-coordinate representation of color #ABE65C: hue angle of 85.65º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #ABE65C is Cyan = 0.26, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 230 | 92 | - |
| CMYK | 0.26 | 0 | 0.60 | 0.10 |
| HSL | 85.65º | 0.73% | 0.63% | - |
| HSV(B) | 85.65º | 0.6% | 0.9% | - |
| XYZ | 47.02 | 66.02 | 20.39 | - |
| YUV | 196.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 230 | 92 | 0.26 | 0 | 0.60 | 0.10 | 85.65 | 0.73 | 0.63 |
| Hex | AB | E6 | 5C | 1A | 0 | 3C | A | 56 | 49 | 3F |
| Octal | 253 | 346 | 134 | 32 | 0 | 74 | 12 | 126 | 111 | 77 |
| Binary | 10101011 | 11100110 | 1011100 | 11010 | 0 | 111100 | 1010 | 1010110 | 1001001 | 111111 |
Color Harmonies of #ABE65C
Complementary color
Monochromatic Colors of #ABE65C
Black with #ABE65C
Text Example
Text Example
White with #ABE65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABE65C; }
p { color: rgb(171,230,92); }
H1.HeaderClassName
{
color: #ABE65C;
}
.AnyTagClassName
{
color: #ABE65C;
}
</style>
background-color css
<style>
a { background-color: #ABE65C; }
a { background-color: rgb(171,230,92); }
div.DivClassName
{
background-color: #ABE65C;
}
.BgClassName
{
background-color: #ABE65C;
}
</style>
border-color css
<style>
span { border-color: #ABE65C; }
span { border-color: rgb(171,230,92); }
td.TdClassName
{
border-color: #ABE65C;
}
.TagClassName
{
border-color: #ABE65C;
}
</style>