Html Css Color HEX #A8E194 Granny Smith Apple
📋 copy color: '#A8E194'red 168 ◦ green 225 ◦ blue 148
Shades of Granny Smith Apple #A8E194
Tints of Granny Smith Apple #A8E194
RGB
CMYK
RGB Variations
Color information
#A8E194 (or 0xA8E194) is known color: Granny Smith Apple. HEX triplet: A8, E1 and 94. RGB value is (168,225,148). Sum of RGB (Red+Green+Blue) = 168+225+148=541 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.05% from 541); Green value is 225 (88.28% from 255 or 41.59% from 541); Blue value is 148 (58.20% from 255 or 27.36% from 541); Max value from RGB is 225 - color contains mainly: green. Hex color #A8E194 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E194 is #571E6B. Grayscale: #C7C7C7. Windows color (decimal): -5709420 or 9757096. OLE color: 9757096.
HSL color Cylindrical-coordinate representation of color #A8E194: hue angle of 104.42º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8E194 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 168 | 225 | 148 | - |
| CMYK | 0.25 | 0 | 0.34 | 0.12 |
| HSL | 104.42º | 0.56% | 0.73% | - |
| HSV(B) | 104.42º | 0.34% | 0.88% | - |
| XYZ | 48.42 | 64.31 | 37.88 | - |
| YUV | 199.18 | 99.12 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 225 | 148 | 0.25 | 0 | 0.34 | 0.12 | 104.42 | 0.56 | 0.73 |
| Hex | A8 | E1 | 94 | 19 | 0 | 22 | C | 68 | 38 | 49 |
| Octal | 250 | 341 | 224 | 31 | 0 | 42 | 14 | 150 | 70 | 111 |
| Binary | 10101000 | 11100001 | 10010100 | 11001 | 0 | 100010 | 1100 | 1101000 | 111000 | 1001001 |
Color Harmonies of #A8E194
Complementary color
Monochromatic Colors of #A8E194
Black with #A8E194
Text Example
Text Example
White with #A8E194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E194; }
p { color: rgb(168,225,148); }
H1.HeaderClassName
{
color: #A8E194;
}
.AnyTagClassName
{
color: #A8E194;
}
</style>
background-color css
<style>
a { background-color: #A8E194; }
a { background-color: rgb(168,225,148); }
div.DivClassName
{
background-color: #A8E194;
}
.BgClassName
{
background-color: #A8E194;
}
</style>
border-color css
<style>
span { border-color: #A8E194; }
span { border-color: rgb(168,225,148); }
td.TdClassName
{
border-color: #A8E194;
}
.TagClassName
{
border-color: #A8E194;
}
</style>