Html Css Color HEX #A5E88B Granny Smith Apple
📋 copy color: '#A5E88B'red 165 ◦ green 232 ◦ blue 139
Shades of Granny Smith Apple #A5E88B
Tints of Granny Smith Apple #A5E88B
RGB
CMYK
RGB Variations
Color information
#A5E88B (or 0xA5E88B) is known color: Granny Smith Apple. HEX triplet: A5, E8 and 8B. RGB value is (165,232,139). Sum of RGB (Red+Green+Blue) = 165+232+139=536 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.78% from 536); Green value is 232 (91.02% from 255 or 43.28% from 536); Blue value is 139 (54.69% from 255 or 25.93% from 536); Max value from RGB is 232 - color contains mainly: green. Hex color #A5E88B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E88B is #5A1774. Grayscale: #C9C9C9. Windows color (decimal): -5904245 or 9169061. OLE color: 9169061.
HSL color Cylindrical-coordinate representation of color #A5E88B: hue angle of 103.23º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E88B is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 232 | 139 | - |
| CMYK | 0.29 | 0 | 0.40 | 0.09 |
| HSL | 103.23º | 0.67% | 0.73% | - |
| HSV(B) | 103.23º | 0.4% | 0.91% | - |
| XYZ | 49.03 | 67.58 | 34.89 | - |
| YUV | 201.37 | 92.8 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 232 | 139 | 0.29 | 0 | 0.40 | 0.09 | 103.23 | 0.67 | 0.73 |
| Hex | A5 | E8 | 8B | 1D | 0 | 28 | 9 | 67 | 43 | 49 |
| Octal | 245 | 350 | 213 | 35 | 0 | 50 | 11 | 147 | 103 | 111 |
| Binary | 10100101 | 11101000 | 10001011 | 11101 | 0 | 101000 | 1001 | 1100111 | 1000011 | 1001001 |
Color Harmonies of #A5E88B
Complementary color
Monochromatic Colors of #A5E88B
Black with #A5E88B
Text Example
Text Example
White with #A5E88B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E88B; }
p { color: rgb(165,232,139); }
H1.HeaderClassName
{
color: #A5E88B;
}
.AnyTagClassName
{
color: #A5E88B;
}
</style>
background-color css
<style>
a { background-color: #A5E88B; }
a { background-color: rgb(165,232,139); }
div.DivClassName
{
background-color: #A5E88B;
}
.BgClassName
{
background-color: #A5E88B;
}
</style>
border-color css
<style>
span { border-color: #A5E88B; }
span { border-color: rgb(165,232,139); }
td.TdClassName
{
border-color: #A5E88B;
}
.TagClassName
{
border-color: #A5E88B;
}
</style>