Html Css Color HEX #A5E098 Granny Smith Apple
📋 copy color: '#A5E098'red 165 ◦ green 224 ◦ blue 152
Shades of Granny Smith Apple #A5E098
Tints of Granny Smith Apple #A5E098
RGB
CMYK
RGB Variations
Color information
#A5E098 (or 0xA5E098) is known color: Granny Smith Apple. HEX triplet: A5, E0 and 98. RGB value is (165,224,152). Sum of RGB (Red+Green+Blue) = 165+224+152=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 152 (59.77% from 255 or 28.10% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #A5E098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E098 is #5A1F67. Grayscale: #C6C6C6. Windows color (decimal): -5906280 or 10018981. OLE color: 10018981.
HSL color Cylindrical-coordinate representation of color #A5E098: hue angle of 109.17º degrees, saturation: 0.54, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5E098 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 224 | 152 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.12 |
| HSL | 109.17º | 0.54% | 0.74% | - |
| HSV(B) | 109.17º | 0.32% | 0.88% | - |
| XYZ | 47.84 | 63.58 | 39.46 | - |
| YUV | 198.15 | 101.95 | 104.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 224 | 152 | 0.26 | 0 | 0.32 | 0.12 | 109.17 | 0.54 | 0.74 |
| Hex | A5 | E0 | 98 | 1A | 0 | 20 | C | 6D | 36 | 4A |
| Octal | 245 | 340 | 230 | 32 | 0 | 40 | 14 | 155 | 66 | 112 |
| Binary | 10100101 | 11100000 | 10011000 | 11010 | 0 | 100000 | 1100 | 1101101 | 110110 | 1001010 |
Color Harmonies of #A5E098
Complementary color
Monochromatic Colors of #A5E098
Black with #A5E098
Text Example
Text Example
White with #A5E098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E098; }
p { color: rgb(165,224,152); }
H1.HeaderClassName
{
color: #A5E098;
}
.AnyTagClassName
{
color: #A5E098;
}
</style>
background-color css
<style>
a { background-color: #A5E098; }
a { background-color: rgb(165,224,152); }
div.DivClassName
{
background-color: #A5E098;
}
.BgClassName
{
background-color: #A5E098;
}
</style>
border-color css
<style>
span { border-color: #A5E098; }
span { border-color: rgb(165,224,152); }
td.TdClassName
{
border-color: #A5E098;
}
.TagClassName
{
border-color: #A5E098;
}
</style>