Html Css Color HEX #A8ED97 Granny Smith Apple
📋 copy color: '#A8ED97'red 168 ◦ green 237 ◦ blue 151
Shades of Granny Smith Apple #A8ED97
Tints of Granny Smith Apple #A8ED97
RGB
CMYK
RGB Variations
Color information
#A8ED97 (or 0xA8ED97) is known color: Granny Smith Apple. HEX triplet: A8, ED and 97. RGB value is (168,237,151). Sum of RGB (Red+Green+Blue) = 168+237+151=556 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.22% from 556); Green value is 237 (92.97% from 255 or 42.63% from 556); Blue value is 151 (59.38% from 255 or 27.16% from 556); Max value from RGB is 237 - color contains mainly: green. Hex color #A8ED97 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A8ED97 is #571268. Grayscale: #CECECE. Windows color (decimal): -5706345 or 9956776. OLE color: 9956776.
HSL color Cylindrical-coordinate representation of color #A8ED97: hue angle of 108.14º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A8ED97 is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
RGB | 168 | 237 | 151 | - |
CMYK | 0.29 | 0 | 0.36 | 0.07 |
HSL | 108.14º | 0.7% | 0.76% | - |
HSV(B) | 108.14º | 0.36% | 0.93% | - |
XYZ | 52.02 | 71.13 | 40.27 | - |
YUV | 206.57 | 96.64 | 100.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 237 | 151 | 0.29 | 0 | 0.36 | 0.07 | 108.14 | 0.7 | 0.76 |
Hex | A8 | ED | 97 | 1D | 0 | 24 | 7 | 6C | 46 | 4C |
Octal | 250 | 355 | 227 | 35 | 0 | 44 | 7 | 154 | 106 | 114 |
Binary | 10101000 | 11101101 | 10010111 | 11101 | 0 | 100100 | 111 | 1101100 | 1000110 | 1001100 |
Color Harmonies of #A8ED97
Complementary color
Monochromatic Colors of #A8ED97
Black with #A8ED97
Text Example
Text Example
White with #A8ED97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8ED97; }
p { color: rgb(168,237,151); }
H1.HeaderClassName
{
color: #A8ED97;
}
.AnyTagClassName
{
color: #A8ED97;
}
</style>
background-color css
<style>
a { background-color: #A8ED97; }
a { background-color: rgb(168,237,151); }
div.DivClassName
{
background-color: #A8ED97;
}
.BgClassName
{
background-color: #A8ED97;
}
</style>
border-color css
<style>
span { border-color: #A8ED97; }
span { border-color: rgb(168,237,151); }
td.TdClassName
{
border-color: #A8ED97;
}
.TagClassName
{
border-color: #A8ED97;
}
</style>