Html Css Color HEX #A5E88A Granny Smith Apple
📋 copy color: '#A5E88A'red 165 ◦ green 232 ◦ blue 138
Shades of Granny Smith Apple #A5E88A
Tints of Granny Smith Apple #A5E88A
RGB
CMYK
RGB Variations
Color information
#A5E88A (or 0xA5E88A) is known color: Granny Smith Apple. HEX triplet: A5, E8 and 8A. RGB value is (165,232,138). Sum of RGB (Red+Green+Blue) = 165+232+138=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 232 (91.02% from 255 or 43.36% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E88A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E88A is #5A1775. Grayscale: #C9C9C9. Windows color (decimal): -5904246 or 9103525. OLE color: 9103525.
HSL color Cylindrical-coordinate representation of color #A5E88A: hue angle of 102.77º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5E88A is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 138 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.09 |
| HSL | 102.77º | 0.67% | 0.73% | - |
| HSV(B) | 102.77º | 0.41% | 0.91% | - |
| XYZ | 48.96 | 67.55 | 34.5 | - |
| YUV | 201.25 | 92.3 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 138 | 0.29 | 0 | 0.41 | 0.09 | 102.77 | 0.67 | 0.73 |
| Hex | A5 | E8 | 8A | 1D | 0 | 29 | 9 | 67 | 43 | 49 |
| Octal | 245 | 350 | 212 | 35 | 0 | 51 | 11 | 147 | 103 | 111 |
| Binary | 10100101 | 11101000 | 10001010 | 11101 | 0 | 101001 | 1001 | 1100111 | 1000011 | 1001001 |
Color Harmonies of #A5E88A
Complementary color
Monochromatic Colors of #A5E88A
Black with #A5E88A
Text Example
Text Example
White with #A5E88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E88A; }
p { color: rgb(165,232,138); }
H1.HeaderClassName
{
color: #A5E88A;
}
.AnyTagClassName
{
color: #A5E88A;
}
</style>
background-color css
<style>
a { background-color: #A5E88A; }
a { background-color: rgb(165,232,138); }
div.DivClassName
{
background-color: #A5E88A;
}
.BgClassName
{
background-color: #A5E88A;
}
</style>
border-color css
<style>
span { border-color: #A5E88A; }
span { border-color: rgb(165,232,138); }
td.TdClassName
{
border-color: #A5E88A;
}
.TagClassName
{
border-color: #A5E88A;
}
</style>