Html Css Color HEX #A8F98A Granny Smith Apple
📋 copy color: '#A8F98A'red 168 ◦ green 249 ◦ blue 138
Shades of Granny Smith Apple #A8F98A
Tints of Granny Smith Apple #A8F98A
RGB
CMYK
RGB Variations
Color information
#A8F98A (or 0xA8F98A) is known color: Granny Smith Apple. HEX triplet: A8, F9 and 8A. RGB value is (168,249,138). Sum of RGB (Red+Green+Blue) = 168+249+138=555 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.27% from 555); Green value is 249 (97.66% from 255 or 44.86% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F98A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F98A is #570675. Grayscale: #D4D4D4. Windows color (decimal): -5703286 or 9107880. OLE color: 9107880.
HSL color Cylindrical-coordinate representation of color #A8F98A: hue angle of 103.78º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A8F98A is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 138 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.02 |
| HSL | 103.78º | 0.9% | 0.76% | - |
| HSV(B) | 103.78º | 0.45% | 0.98% | - |
| XYZ | 54.61 | 77.91 | 36.2 | - |
| YUV | 212.13 | 86.16 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 138 | 0.33 | 0 | 0.45 | 0.02 | 103.78 | 0.9 | 0.76 |
| Hex | A8 | F9 | 8A | 21 | 0 | 2D | 2 | 68 | 5A | 4C |
| Octal | 250 | 371 | 212 | 41 | 0 | 55 | 2 | 150 | 132 | 114 |
| Binary | 10101000 | 11111001 | 10001010 | 100001 | 0 | 101101 | 10 | 1101000 | 1011010 | 1001100 |
Color Harmonies of #A8F98A
Complementary color
Monochromatic Colors of #A8F98A
Black with #A8F98A
Text Example
Text Example
White with #A8F98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F98A; }
p { color: rgb(168,249,138); }
H1.HeaderClassName
{
color: #A8F98A;
}
.AnyTagClassName
{
color: #A8F98A;
}
</style>
background-color css
<style>
a { background-color: #A8F98A; }
a { background-color: rgb(168,249,138); }
div.DivClassName
{
background-color: #A8F98A;
}
.BgClassName
{
background-color: #A8F98A;
}
</style>
border-color css
<style>
span { border-color: #A8F98A; }
span { border-color: rgb(168,249,138); }
td.TdClassName
{
border-color: #A8F98A;
}
.TagClassName
{
border-color: #A8F98A;
}
</style>