Shades of Conifer #ABF26A
Tints of Conifer #ABF26A
RGB
CMYK
RGB Variations
Color information
#ABF26A (or 0xABF26A) is known color: Conifer. HEX triplet: AB, F2 and 6A. RGB value is (171,242,106). Sum of RGB (Red+Green+Blue) = 171+242+106=519 (68% of max value = 765). Red value is 171 (67.19% from 255 or 32.95% from 519); Green value is 242 (94.92% from 255 or 46.63% from 519); Blue value is 106 (41.80% from 255 or 20.42% from 519); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF26A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #ABF26A is #540D95. Grayscale: #CDCDCD. Windows color (decimal): -5508502 or 7008939. OLE color: 7008939.
HSL color Cylindrical-coordinate representation of color #ABF26A: hue angle of 91.32º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABF26A is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 106 | - |
| CMYK | 0.29 | 0 | 0.56 | 0.05 |
| HSL | 91.32º | 0.84% | 0.68% | - |
| HSV(B) | 91.32º | 0.56% | 0.95% | - |
| XYZ | 51.15 | 73.2 | 25.07 | - |
| YUV | 205.27 | 71.98 | 103.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 106 | 0.29 | 0 | 0.56 | 0.05 | 91.32 | 0.84 | 0.68 |
| Hex | AB | F2 | 6A | 1D | 0 | 38 | 5 | 5B | 54 | 44 |
| Octal | 253 | 362 | 152 | 35 | 0 | 70 | 5 | 133 | 124 | 104 |
| Binary | 10101011 | 11110010 | 1101010 | 11101 | 0 | 111000 | 101 | 1011011 | 1010100 | 1000100 |
Color Harmonies of #ABF26A
Complementary color
Monochromatic Colors of #ABF26A
Black with #ABF26A
Text Example
Text Example
White with #ABF26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF26A; }
p { color: rgb(171,242,106); }
H1.HeaderClassName
{
color: #ABF26A;
}
.AnyTagClassName
{
color: #ABF26A;
}
</style>
background-color css
<style>
a { background-color: #ABF26A; }
a { background-color: rgb(171,242,106); }
div.DivClassName
{
background-color: #ABF26A;
}
.BgClassName
{
background-color: #ABF26A;
}
</style>
border-color css
<style>
span { border-color: #ABF26A; }
span { border-color: rgb(171,242,106); }
td.TdClassName
{
border-color: #ABF26A;
}
.TagClassName
{
border-color: #ABF26A;
}
</style>