Html Css Color HEX #A8F08B Granny Smith Apple
📋 copy color: '#A8F08B'red 168 ◦ green 240 ◦ blue 139
Shades of Granny Smith Apple #A8F08B
Tints of Granny Smith Apple #A8F08B
RGB
CMYK
RGB Variations
Color information
#A8F08B (or 0xA8F08B) is known color: Granny Smith Apple. HEX triplet: A8, F0 and 8B. RGB value is (168,240,139). Sum of RGB (Red+Green+Blue) = 168+240+139=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 240 (94.14% from 255 or 43.88% from 547); Blue value is 139 (54.69% from 255 or 25.41% from 547); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F08B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F08B is #570F74. Grayscale: #CFCFCF. Windows color (decimal): -5705589 or 9171112. OLE color: 9171112.
HSL color Cylindrical-coordinate representation of color #A8F08B: hue angle of 102.77º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8F08B is Cyan = 0.3, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 139 | - |
| CMYK | 0.3 | 0 | 0.42 | 0.06 |
| HSL | 102.77º | 0.77% | 0.74% | - |
| HSV(B) | 102.77º | 0.42% | 0.94% | - |
| XYZ | 51.97 | 72.51 | 35.68 | - |
| YUV | 206.96 | 89.65 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 139 | 0.3 | 0 | 0.42 | 0.06 | 102.77 | 0.77 | 0.74 |
| Hex | A8 | F0 | 8B | 1E | 0 | 2A | 6 | 67 | 4D | 4A |
| Octal | 250 | 360 | 213 | 36 | 0 | 52 | 6 | 147 | 115 | 112 |
| Binary | 10101000 | 11110000 | 10001011 | 11110 | 0 | 101010 | 110 | 1100111 | 1001101 | 1001010 |
Color Harmonies of #A8F08B
Complementary color
Monochromatic Colors of #A8F08B
Black with #A8F08B
Text Example
Text Example
White with #A8F08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F08B; }
p { color: rgb(168,240,139); }
H1.HeaderClassName
{
color: #A8F08B;
}
.AnyTagClassName
{
color: #A8F08B;
}
</style>
background-color css
<style>
a { background-color: #A8F08B; }
a { background-color: rgb(168,240,139); }
div.DivClassName
{
background-color: #A8F08B;
}
.BgClassName
{
background-color: #A8F08B;
}
</style>
border-color css
<style>
span { border-color: #A8F08B; }
span { border-color: rgb(168,240,139); }
td.TdClassName
{
border-color: #A8F08B;
}
.TagClassName
{
border-color: #A8F08B;
}
</style>