Html Css Color HEX #A8F58D Granny Smith Apple
📋 copy color: '#A8F58D'red 168 ◦ green 245 ◦ blue 141
Shades of Granny Smith Apple #A8F58D
Tints of Granny Smith Apple #A8F58D
RGB
CMYK
RGB Variations
Color information
#A8F58D (or 0xA8F58D) is known color: Granny Smith Apple. HEX triplet: A8, F5 and 8D. RGB value is (168,245,141). Sum of RGB (Red+Green+Blue) = 168+245+141=554 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.32% from 554); Green value is 245 (96.09% from 255 or 44.22% from 554); Blue value is 141 (55.47% from 255 or 25.45% from 554); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F58D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F58D is #570A72. Grayscale: #D2D2D2. Windows color (decimal): -5704307 or 9303464. OLE color: 9303464.
HSL color Cylindrical-coordinate representation of color #A8F58D: hue angle of 104.42º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A8F58D is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 141 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.04 |
| HSL | 104.42º | 0.84% | 0.76% | - |
| HSV(B) | 104.42º | 0.42% | 0.96% | - |
| XYZ | 53.61 | 75.55 | 36.96 | - |
| YUV | 210.12 | 88.99 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 141 | 0.31 | 0 | 0.42 | 0.04 | 104.42 | 0.84 | 0.76 |
| Hex | A8 | F5 | 8D | 1F | 0 | 2A | 4 | 68 | 54 | 4C |
| Octal | 250 | 365 | 215 | 37 | 0 | 52 | 4 | 150 | 124 | 114 |
| Binary | 10101000 | 11110101 | 10001101 | 11111 | 0 | 101010 | 100 | 1101000 | 1010100 | 1001100 |
Color Harmonies of #A8F58D
Complementary color
Monochromatic Colors of #A8F58D
Black with #A8F58D
Text Example
Text Example
White with #A8F58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F58D; }
p { color: rgb(168,245,141); }
H1.HeaderClassName
{
color: #A8F58D;
}
.AnyTagClassName
{
color: #A8F58D;
}
</style>
background-color css
<style>
a { background-color: #A8F58D; }
a { background-color: rgb(168,245,141); }
div.DivClassName
{
background-color: #A8F58D;
}
.BgClassName
{
background-color: #A8F58D;
}
</style>
border-color css
<style>
span { border-color: #A8F58D; }
span { border-color: rgb(168,245,141); }
td.TdClassName
{
border-color: #A8F58D;
}
.TagClassName
{
border-color: #A8F58D;
}
</style>