Html Css Color HEX #A0F188 Granny Smith Apple
📋 copy color: '#A0F188'red 160 ◦ green 241 ◦ blue 136
Shades of Granny Smith Apple #A0F188
Tints of Granny Smith Apple #A0F188
RGB
CMYK
RGB Variations
Color information
#A0F188 (or 0xA0F188) is known color: Granny Smith Apple. HEX triplet: A0, F1 and 88. RGB value is (160,241,136). Sum of RGB (Red+Green+Blue) = 160+241+136=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 241 (94.53% from 255 or 44.88% from 537); Blue value is 136 (53.52% from 255 or 25.33% from 537); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F188 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F188 is #5F0E77. Grayscale: #CDCDCD. Windows color (decimal): -6229624 or 8974752. OLE color: 8974752.
HSL color Cylindrical-coordinate representation of color #A0F188: hue angle of 106.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A0F188 is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 136 | - |
| CMYK | 0.34 | 0 | 0.44 | 0.05 |
| HSL | 106.29º | 0.79% | 0.74% | - |
| HSV(B) | 106.29º | 0.44% | 0.95% | - |
| XYZ | 50.4 | 72.16 | 34.56 | - |
| YUV | 204.81 | 89.16 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 136 | 0.34 | 0 | 0.44 | 0.05 | 106.29 | 0.79 | 0.74 |
| Hex | A0 | F1 | 88 | 22 | 0 | 2C | 5 | 6A | 4F | 4A |
| Octal | 240 | 361 | 210 | 42 | 0 | 54 | 5 | 152 | 117 | 112 |
| Binary | 10100000 | 11110001 | 10001000 | 100010 | 0 | 101100 | 101 | 1101010 | 1001111 | 1001010 |
Color Harmonies of #A0F188
Complementary color
Monochromatic Colors of #A0F188
Black with #A0F188
Text Example
Text Example
White with #A0F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F188; }
p { color: rgb(160,241,136); }
H1.HeaderClassName
{
color: #A0F188;
}
.AnyTagClassName
{
color: #A0F188;
}
</style>
background-color css
<style>
a { background-color: #A0F188; }
a { background-color: rgb(160,241,136); }
div.DivClassName
{
background-color: #A0F188;
}
.BgClassName
{
background-color: #A0F188;
}
</style>
border-color css
<style>
span { border-color: #A0F188; }
span { border-color: rgb(160,241,136); }
td.TdClassName
{
border-color: #A0F188;
}
.TagClassName
{
border-color: #A0F188;
}
</style>