Html Css Color HEX #A8F88B Granny Smith Apple
📋 copy color: '#A8F88B'red 168 ◦ green 248 ◦ blue 139
Shades of Granny Smith Apple #A8F88B
Tints of Granny Smith Apple #A8F88B
RGB
CMYK
RGB Variations
Color information
#A8F88B (or 0xA8F88B) is known color: Granny Smith Apple. HEX triplet: A8, F8 and 8B. RGB value is (168,248,139). Sum of RGB (Red+Green+Blue) = 168+248+139=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 248 (97.27% from 255 or 44.68% from 555); Blue value is 139 (54.69% from 255 or 25.05% from 555); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F88B is #570774. Grayscale: #D4D4D4. Windows color (decimal): -5703541 or 9173160. OLE color: 9173160.
HSL color Cylindrical-coordinate representation of color #A8F88B: hue angle of 104.04º degrees, saturation: 0.89, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8F88B is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 248 | 139 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.03 |
| HSL | 104.04º | 0.89% | 0.76% | - |
| HSV(B) | 104.04º | 0.44% | 0.97% | - |
| XYZ | 54.38 | 77.32 | 36.49 | - |
| YUV | 211.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 248 | 139 | 0.32 | 0 | 0.44 | 0.03 | 104.04 | 0.89 | 0.76 |
| Hex | A8 | F8 | 8B | 20 | 0 | 2C | 3 | 68 | 59 | 4C |
| Octal | 250 | 370 | 213 | 40 | 0 | 54 | 3 | 150 | 131 | 114 |
| Binary | 10101000 | 11111000 | 10001011 | 100000 | 0 | 101100 | 11 | 1101000 | 1011001 | 1001100 |
Color Harmonies of #A8F88B
Complementary color
Monochromatic Colors of #A8F88B
Black with #A8F88B
Text Example
Text Example
White with #A8F88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F88B; }
p { color: rgb(168,248,139); }
H1.HeaderClassName
{
color: #A8F88B;
}
.AnyTagClassName
{
color: #A8F88B;
}
</style>
background-color css
<style>
a { background-color: #A8F88B; }
a { background-color: rgb(168,248,139); }
div.DivClassName
{
background-color: #A8F88B;
}
.BgClassName
{
background-color: #A8F88B;
}
</style>
border-color css
<style>
span { border-color: #A8F88B; }
span { border-color: rgb(168,248,139); }
td.TdClassName
{
border-color: #A8F88B;
}
.TagClassName
{
border-color: #A8F88B;
}
</style>