Html Css Color HEX #A8E88D Granny Smith Apple
📋 copy color: '#A8E88D'red 168 ◦ green 232 ◦ blue 141
Shades of Granny Smith Apple #A8E88D
Tints of Granny Smith Apple #A8E88D
RGB
CMYK
RGB Variations
Color information
#A8E88D (or 0xA8E88D) is known color: Granny Smith Apple. HEX triplet: A8, E8 and 8D. RGB value is (168,232,141). Sum of RGB (Red+Green+Blue) = 168+232+141=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 232 (91.02% from 255 or 42.88% from 541); Blue value is 141 (55.47% from 255 or 26.06% from 541); Max value from RGB is 232 - color contains mainly: green. Hex color #A8E88D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8E88D is #571772. Grayscale: #CACACA. Windows color (decimal): -5707635 or 9300136. OLE color: 9300136.
HSL color Cylindrical-coordinate representation of color #A8E88D: hue angle of 102.2º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A8E88D is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 232 | 141 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.09 |
| HSL | 102.2º | 0.66% | 0.73% | - |
| HSV(B) | 102.2º | 0.39% | 0.91% | - |
| XYZ | 49.81 | 67.96 | 35.69 | - |
| YUV | 202.49 | 93.3 | 103.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 232 | 141 | 0.28 | 0 | 0.39 | 0.09 | 102.2 | 0.66 | 0.73 |
| Hex | A8 | E8 | 8D | 1C | 0 | 27 | 9 | 66 | 42 | 49 |
| Octal | 250 | 350 | 215 | 34 | 0 | 47 | 11 | 146 | 102 | 111 |
| Binary | 10101000 | 11101000 | 10001101 | 11100 | 0 | 100111 | 1001 | 1100110 | 1000010 | 1001001 |
Color Harmonies of #A8E88D
Complementary color
Monochromatic Colors of #A8E88D
Black with #A8E88D
Text Example
Text Example
White with #A8E88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E88D; }
p { color: rgb(168,232,141); }
H1.HeaderClassName
{
color: #A8E88D;
}
.AnyTagClassName
{
color: #A8E88D;
}
</style>
background-color css
<style>
a { background-color: #A8E88D; }
a { background-color: rgb(168,232,141); }
div.DivClassName
{
background-color: #A8E88D;
}
.BgClassName
{
background-color: #A8E88D;
}
</style>
border-color css
<style>
span { border-color: #A8E88D; }
span { border-color: rgb(168,232,141); }
td.TdClassName
{
border-color: #A8E88D;
}
.TagClassName
{
border-color: #A8E88D;
}
</style>