Html Css Color HEX #A8F095 Granny Smith Apple
📋 copy color: '#A8F095'red 168 ◦ green 240 ◦ blue 149
Shades of Granny Smith Apple #A8F095
Tints of Granny Smith Apple #A8F095
RGB
CMYK
RGB Variations
Color information
#A8F095 (or 0xA8F095) is known color: Granny Smith Apple. HEX triplet: A8, F0 and 95. RGB value is (168,240,149). Sum of RGB (Red+Green+Blue) = 168+240+149=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8F095 is #570F6A. Grayscale: #D0D0D0. Windows color (decimal): -5705579 or 9826472. OLE color: 9826472.
HSL color Cylindrical-coordinate representation of color #A8F095: hue angle of 107.47º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A8F095 is Cyan = 0.3, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 168 | 240 | 149 | - |
| CMYK | 0.3 | 0 | 0.38 | 0.06 |
| HSL | 107.47º | 0.75% | 0.76% | - |
| HSV(B) | 107.47º | 0.38% | 0.94% | - |
| XYZ | 52.73 | 72.81 | 39.71 | - |
| YUV | 208.1 | 94.65 | 99.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 240 | 149 | 0.3 | 0 | 0.38 | 0.06 | 107.47 | 0.75 | 0.76 |
| Hex | A8 | F0 | 95 | 1E | 0 | 26 | 6 | 6B | 4B | 4C |
| Octal | 250 | 360 | 225 | 36 | 0 | 46 | 6 | 153 | 113 | 114 |
| Binary | 10101000 | 11110000 | 10010101 | 11110 | 0 | 100110 | 110 | 1101011 | 1001011 | 1001100 |
Color Harmonies of #A8F095
Complementary color
Monochromatic Colors of #A8F095
Black with #A8F095
Text Example
Text Example
White with #A8F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F095; }
p { color: rgb(168,240,149); }
H1.HeaderClassName
{
color: #A8F095;
}
.AnyTagClassName
{
color: #A8F095;
}
</style>
background-color css
<style>
a { background-color: #A8F095; }
a { background-color: rgb(168,240,149); }
div.DivClassName
{
background-color: #A8F095;
}
.BgClassName
{
background-color: #A8F095;
}
</style>
border-color css
<style>
span { border-color: #A8F095; }
span { border-color: rgb(168,240,149); }
td.TdClassName
{
border-color: #A8F095;
}
.TagClassName
{
border-color: #A8F095;
}
</style>