Shades of Conifer #ABEB6B
Tints of Conifer #ABEB6B
RGB
CMYK
RGB Variations
Color information
#ABEB6B (or 0xABEB6B) is known color: Conifer. HEX triplet: AB, EB and 6B. RGB value is (171,235,107). Sum of RGB (Red+Green+Blue) = 171+235+107=513 (67% of max value = 765). Red value is 171 (67.19% from 255 or 33.33% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #ABEB6B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABEB6B is #541494. Grayscale: #C9C9C9. Windows color (decimal): -5510293 or 7072683. OLE color: 7072683.
HSL color Cylindrical-coordinate representation of color #ABEB6B: hue angle of 90º degrees, saturation: 0.76, 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 #ABEB6B is Cyan = 0.27, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 235 | 107 | - |
| CMYK | 0.27 | 0 | 0.54 | 0.08 |
| HSL | 90º | 0.76% | 0.67% | - |
| HSV(B) | 90º | 0.54% | 0.92% | - |
| XYZ | 49.16 | 69.14 | 24.66 | - |
| YUV | 201.27 | 74.8 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 235 | 107 | 0.27 | 0 | 0.54 | 0.08 | 90 | 0.76 | 0.67 |
| Hex | AB | EB | 6B | 1B | 0 | 36 | 8 | 5A | 4C | 43 |
| Octal | 253 | 353 | 153 | 33 | 0 | 66 | 10 | 132 | 114 | 103 |
| Binary | 10101011 | 11101011 | 1101011 | 11011 | 0 | 110110 | 1000 | 1011010 | 1001100 | 1000011 |
Color Harmonies of #ABEB6B
Complementary color
Monochromatic Colors of #ABEB6B
Black with #ABEB6B
Text Example
Text Example
White with #ABEB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABEB6B; }
p { color: rgb(171,235,107); }
H1.HeaderClassName
{
color: #ABEB6B;
}
.AnyTagClassName
{
color: #ABEB6B;
}
</style>
background-color css
<style>
a { background-color: #ABEB6B; }
a { background-color: rgb(171,235,107); }
div.DivClassName
{
background-color: #ABEB6B;
}
.BgClassName
{
background-color: #ABEB6B;
}
</style>
border-color css
<style>
span { border-color: #ABEB6B; }
span { border-color: rgb(171,235,107); }
td.TdClassName
{
border-color: #ABEB6B;
}
.TagClassName
{
border-color: #ABEB6B;
}
</style>