Html Css Color HEX #A0F183 Granny Smith Apple
📋 copy color: '#A0F183'red 160 ◦ green 241 ◦ blue 131
Shades of Granny Smith Apple #A0F183
Tints of Granny Smith Apple #A0F183
RGB
CMYK
RGB Variations
Color information
#A0F183 (or 0xA0F183) is known color: Granny Smith Apple. HEX triplet: A0, F1 and 83. RGB value is (160,241,131). Sum of RGB (Red+Green+Blue) = 160+241+131=532 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.08% from 532); Green value is 241 (94.53% from 255 or 45.30% from 532); Blue value is 131 (51.56% from 255 or 24.62% from 532); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F183 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F183 is #5F0E7C. Grayscale: #CCCCCC. Windows color (decimal): -6229629 or 8647072. OLE color: 8647072.
HSL color Cylindrical-coordinate representation of color #A0F183: hue angle of 104.18º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0F183 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 131 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.05 |
| HSL | 104.18º | 0.8% | 0.73% | - |
| HSV(B) | 104.18º | 0.46% | 0.95% | - |
| XYZ | 50.05 | 72.02 | 32.74 | - |
| YUV | 204.24 | 86.66 | 96.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 131 | 0.34 | 0 | 0.46 | 0.05 | 104.18 | 0.8 | 0.73 |
| Hex | A0 | F1 | 83 | 22 | 0 | 2E | 5 | 68 | 50 | 49 |
| Octal | 240 | 361 | 203 | 42 | 0 | 56 | 5 | 150 | 120 | 111 |
| Binary | 10100000 | 11110001 | 10000011 | 100010 | 0 | 101110 | 101 | 1101000 | 1010000 | 1001001 |
Color Harmonies of #A0F183
Complementary color
Monochromatic Colors of #A0F183
Black with #A0F183
Text Example
Text Example
White with #A0F183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F183; }
p { color: rgb(160,241,131); }
H1.HeaderClassName
{
color: #A0F183;
}
.AnyTagClassName
{
color: #A0F183;
}
</style>
background-color css
<style>
a { background-color: #A0F183; }
a { background-color: rgb(160,241,131); }
div.DivClassName
{
background-color: #A0F183;
}
.BgClassName
{
background-color: #A0F183;
}
</style>
border-color css
<style>
span { border-color: #A0F183; }
span { border-color: rgb(160,241,131); }
td.TdClassName
{
border-color: #A0F183;
}
.TagClassName
{
border-color: #A0F183;
}
</style>