Html Css Color HEX #A0F483 Granny Smith Apple
📋 copy color: '#A0F483'red 160 ◦ green 244 ◦ blue 131
Shades of Granny Smith Apple #A0F483
Tints of Granny Smith Apple #A0F483
RGB
CMYK
RGB Variations
Color information
#A0F483 (or 0xA0F483) is known color: Granny Smith Apple. HEX triplet: A0, F4 and 83. RGB value is (160,244,131). Sum of RGB (Red+Green+Blue) = 160+244+131=535 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.91% from 535); Green value is 244 (95.70% from 255 or 45.61% from 535); Blue value is 131 (51.56% from 255 or 24.49% from 535); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F483 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F483 is #5F0B7C. Grayscale: #CECECE. Windows color (decimal): -6228861 or 8647840. OLE color: 8647840.
HSL color Cylindrical-coordinate representation of color #A0F483: hue angle of 104.6º degrees, saturation: 0.84, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A0F483 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 131 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.04 |
| HSL | 104.6º | 0.84% | 0.74% | - |
| HSV(B) | 104.6º | 0.46% | 0.96% | - |
| XYZ | 50.94 | 73.81 | 33.04 | - |
| YUV | 206 | 85.67 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 131 | 0.34 | 0 | 0.46 | 0.04 | 104.6 | 0.84 | 0.74 |
| Hex | A0 | F4 | 83 | 22 | 0 | 2E | 4 | 69 | 54 | 4A |
| Octal | 240 | 364 | 203 | 42 | 0 | 56 | 4 | 151 | 124 | 112 |
| Binary | 10100000 | 11110100 | 10000011 | 100010 | 0 | 101110 | 100 | 1101001 | 1010100 | 1001010 |
Color Harmonies of #A0F483
Complementary color
Monochromatic Colors of #A0F483
Black with #A0F483
Text Example
Text Example
White with #A0F483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F483; }
p { color: rgb(160,244,131); }
H1.HeaderClassName
{
color: #A0F483;
}
.AnyTagClassName
{
color: #A0F483;
}
</style>
background-color css
<style>
a { background-color: #A0F483; }
a { background-color: rgb(160,244,131); }
div.DivClassName
{
background-color: #A0F483;
}
.BgClassName
{
background-color: #A0F483;
}
</style>
border-color css
<style>
span { border-color: #A0F483; }
span { border-color: rgb(160,244,131); }
td.TdClassName
{
border-color: #A0F483;
}
.TagClassName
{
border-color: #A0F483;
}
</style>