Html Css Color HEX #ABF28D Granny Smith Apple
📋 copy color: '#ABF28D'red 171 ◦ green 242 ◦ blue 141
Shades of Granny Smith Apple #ABF28D
Tints of Granny Smith Apple #ABF28D
RGB
CMYK
RGB Variations
Color information
#ABF28D (or 0xABF28D) is known color: Granny Smith Apple. HEX triplet: AB, F2 and 8D. RGB value is (171,242,141). Sum of RGB (Red+Green+Blue) = 171+242+141=554 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.87% from 554); Green value is 242 (94.92% from 255 or 43.68% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF28D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ABF28D is #540D72. Grayscale: #D1D1D1. Windows color (decimal): -5508467 or 9302699. OLE color: 9302699.
HSL color Cylindrical-coordinate representation of color #ABF28D: hue angle of 102.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #ABF28D is Cyan = 0.29, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 242 | 141 | - |
| CMYK | 0.29 | 0 | 0.42 | 0.05 |
| HSL | 102.18º | 0.8% | 0.75% | - |
| HSV(B) | 102.18º | 0.42% | 0.95% | - |
| XYZ | 53.35 | 74.09 | 36.69 | - |
| YUV | 209.26 | 89.48 | 100.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 242 | 141 | 0.29 | 0 | 0.42 | 0.05 | 102.18 | 0.8 | 0.75 |
| Hex | AB | F2 | 8D | 1D | 0 | 2A | 5 | 66 | 50 | 4B |
| Octal | 253 | 362 | 215 | 35 | 0 | 52 | 5 | 146 | 120 | 113 |
| Binary | 10101011 | 11110010 | 10001101 | 11101 | 0 | 101010 | 101 | 1100110 | 1010000 | 1001011 |
Color Harmonies of #ABF28D
Complementary color
Monochromatic Colors of #ABF28D
Black with #ABF28D
Text Example
Text Example
White with #ABF28D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF28D; }
p { color: rgb(171,242,141); }
H1.HeaderClassName
{
color: #ABF28D;
}
.AnyTagClassName
{
color: #ABF28D;
}
</style>
background-color css
<style>
a { background-color: #ABF28D; }
a { background-color: rgb(171,242,141); }
div.DivClassName
{
background-color: #ABF28D;
}
.BgClassName
{
background-color: #ABF28D;
}
</style>
border-color css
<style>
span { border-color: #ABF28D; }
span { border-color: rgb(171,242,141); }
td.TdClassName
{
border-color: #ABF28D;
}
.TagClassName
{
border-color: #ABF28D;
}
</style>