Html Css Color HEX #A8EEA0 Granny Smith Apple
📋 copy color: '#A8EEA0'red 168 ◦ green 238 ◦ blue 160
Shades of Granny Smith Apple #A8EEA0
Tints of Granny Smith Apple #A8EEA0
RGB
CMYK
RGB Variations
Color information
#A8EEA0 (or 0xA8EEA0) is known color: Granny Smith Apple. HEX triplet: A8, EE and A0. RGB value is (168,238,160). Sum of RGB (Red+Green+Blue) = 168+238+160=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 160 (62.89% from 255 or 28.27% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EEA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8EEA0 is #57115F. Grayscale: #D0D0D0. Windows color (decimal): -5706080 or 10546856. OLE color: 10546856.
HSL color Cylindrical-coordinate representation of color #A8EEA0: hue angle of 113.85º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8EEA0 is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 160 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.07 |
| HSL | 113.85º | 0.7% | 0.78% | - |
| HSV(B) | 113.85º | 0.33% | 0.93% | - |
| XYZ | 53.07 | 72.01 | 44.36 | - |
| YUV | 208.18 | 100.81 | 99.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 160 | 0.29 | 0 | 0.33 | 0.07 | 113.85 | 0.7 | 0.78 |
| Hex | A8 | EE | A0 | 1D | 0 | 21 | 7 | 72 | 46 | 4E |
| Octal | 250 | 356 | 240 | 35 | 0 | 41 | 7 | 162 | 106 | 116 |
| Binary | 10101000 | 11101110 | 10100000 | 11101 | 0 | 100001 | 111 | 1110010 | 1000110 | 1001110 |
Color Harmonies of #A8EEA0
Complementary color
Monochromatic Colors of #A8EEA0
Black with #A8EEA0
Text Example
Text Example
White with #A8EEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EEA0; }
p { color: rgb(168,238,160); }
H1.HeaderClassName
{
color: #A8EEA0;
}
.AnyTagClassName
{
color: #A8EEA0;
}
</style>
background-color css
<style>
a { background-color: #A8EEA0; }
a { background-color: rgb(168,238,160); }
div.DivClassName
{
background-color: #A8EEA0;
}
.BgClassName
{
background-color: #A8EEA0;
}
</style>
border-color css
<style>
span { border-color: #A8EEA0; }
span { border-color: rgb(168,238,160); }
td.TdClassName
{
border-color: #A8EEA0;
}
.TagClassName
{
border-color: #A8EEA0;
}
</style>