Shades of Conifer #ABEA6B
Tints of Conifer #ABEA6B
RGB
CMYK
RGB Variations
Color information
#ABEA6B (or 0xABEA6B) is known color: Conifer. HEX triplet: AB, EA and 6B. RGB value is (171,234,107). Sum of RGB (Red+Green+Blue) = 171+234+107=512 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.40% from 512); Green value is 234 (91.80% from 255 or 45.70% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 234 - color contains mainly: green. Hex color #ABEA6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEA6B is #541594. Grayscale: #C9C9C9. Windows color (decimal): -5510549 or 7072427. OLE color: 7072427.
HSL color Cylindrical-coordinate representation of color #ABEA6B: hue angle of 89.76º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABEA6B is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 234 | 107 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.08 |
| HSL | 89.76º | 0.75% | 0.67% | - |
| HSV(B) | 89.76º | 0.54% | 0.92% | - |
| XYZ | 48.87 | 68.57 | 24.57 | - |
| YUV | 200.69 | 75.13 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 234 | 107 | 0.27 | 0 | 0.54 | 0.08 | 89.76 | 0.75 | 0.67 |
| Hex | AB | EA | 6B | 1B | 0 | 36 | 8 | 5A | 4B | 43 |
| Octal | 253 | 352 | 153 | 33 | 0 | 66 | 10 | 132 | 113 | 103 |
| Binary | 10101011 | 11101010 | 1101011 | 11011 | 0 | 110110 | 1000 | 1011010 | 1001011 | 1000011 |
Color Harmonies of #ABEA6B
Complementary color
Monochromatic Colors of #ABEA6B
Black with #ABEA6B
Text Example
Text Example
White with #ABEA6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEA6B; }
p { color: rgb(171,234,107); }
H1.HeaderClassName
{
color: #ABEA6B;
}
.AnyTagClassName
{
color: #ABEA6B;
}
</style>
background-color css
<style>
a { background-color: #ABEA6B; }
a { background-color: rgb(171,234,107); }
div.DivClassName
{
background-color: #ABEA6B;
}
.BgClassName
{
background-color: #ABEA6B;
}
</style>
border-color css
<style>
span { border-color: #ABEA6B; }
span { border-color: rgb(171,234,107); }
td.TdClassName
{
border-color: #ABEA6B;
}
.TagClassName
{
border-color: #ABEA6B;
}
</style>