Html Css Color HEX #A8E394 Granny Smith Apple
📋 copy color: '#A8E394'red 168 ◦ green 227 ◦ blue 148
Shades of Granny Smith Apple #A8E394
Tints of Granny Smith Apple #A8E394
RGB
CMYK
RGB Variations
Color information
#A8E394 (or 0xA8E394) is known color: Granny Smith Apple. HEX triplet: A8, E3 and 94. RGB value is (168,227,148). Sum of RGB (Red+Green+Blue) = 168+227+148=543 (71% of max value = 765). Red value is 168 (66.02% from 255 or 30.94% from 543); Green value is 227 (89.06% from 255 or 41.80% from 543); Blue value is 148 (58.20% from 255 or 27.26% from 543); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E394 is #571C6B. Grayscale: #C8C8C8. Windows color (decimal): -5708908 or 9757608. OLE color: 9757608.
HSL color Cylindrical-coordinate representation of color #A8E394: hue angle of 104.81º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A8E394 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 168 | 227 | 148 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.11 |
| HSL | 104.81º | 0.59% | 0.74% | - |
| HSV(B) | 104.81º | 0.35% | 0.89% | - |
| XYZ | 48.96 | 65.4 | 38.06 | - |
| YUV | 200.35 | 98.45 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 227 | 148 | 0.26 | 0 | 0.35 | 0.11 | 104.81 | 0.59 | 0.74 |
| Hex | A8 | E3 | 94 | 1A | 0 | 23 | B | 69 | 3B | 4A |
| Octal | 250 | 343 | 224 | 32 | 0 | 43 | 13 | 151 | 73 | 112 |
| Binary | 10101000 | 11100011 | 10010100 | 11010 | 0 | 100011 | 1011 | 1101001 | 111011 | 1001010 |
Color Harmonies of #A8E394
Complementary color
Monochromatic Colors of #A8E394
Black with #A8E394
Text Example
Text Example
White with #A8E394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E394; }
p { color: rgb(168,227,148); }
H1.HeaderClassName
{
color: #A8E394;
}
.AnyTagClassName
{
color: #A8E394;
}
</style>
background-color css
<style>
a { background-color: #A8E394; }
a { background-color: rgb(168,227,148); }
div.DivClassName
{
background-color: #A8E394;
}
.BgClassName
{
background-color: #A8E394;
}
</style>
border-color css
<style>
span { border-color: #A8E394; }
span { border-color: rgb(168,227,148); }
td.TdClassName
{
border-color: #A8E394;
}
.TagClassName
{
border-color: #A8E394;
}
</style>