Html Css Color HEX #A5D598 Granny Smith Apple
📋 copy color: '#A5D598'red 165 ◦ green 213 ◦ blue 152
Shades of Granny Smith Apple #A5D598
Tints of Granny Smith Apple #A5D598
RGB
CMYK
RGB Variations
Color information
#A5D598 (or 0xA5D598) is known color: Granny Smith Apple. HEX triplet: A5, D5 and 98. RGB value is (165,213,152). Sum of RGB (Red+Green+Blue) = 165+213+152=530 (70% of max value = 765). Red value is 165 (64.84% from 255 or 31.13% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D598 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D598 is #5A2A67. Grayscale: #BFBFBF. Windows color (decimal): -5909096 or 10016165. OLE color: 10016165.
HSL color Cylindrical-coordinate representation of color #A5D598: hue angle of 107.21º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5D598 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 165 | 213 | 152 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.16 |
| HSL | 107.21º | 0.42% | 0.72% | - |
| HSV(B) | 107.21º | 0.29% | 0.84% | - |
| XYZ | 44.98 | 57.85 | 38.5 | - |
| YUV | 191.69 | 105.6 | 108.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 213 | 152 | 0.23 | 0 | 0.29 | 0.16 | 107.21 | 0.42 | 0.72 |
| Hex | A5 | D5 | 98 | 17 | 0 | 1D | 10 | 6B | 2A | 48 |
| Octal | 245 | 325 | 230 | 27 | 0 | 35 | 20 | 153 | 52 | 110 |
| Binary | 10100101 | 11010101 | 10011000 | 10111 | 0 | 11101 | 10000 | 1101011 | 101010 | 1001000 |
Color Harmonies of #A5D598
Complementary color
Monochromatic Colors of #A5D598
Black with #A5D598
Text Example
Text Example
White with #A5D598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5D598; }
p { color: rgb(165,213,152); }
H1.HeaderClassName
{
color: #A5D598;
}
.AnyTagClassName
{
color: #A5D598;
}
</style>
background-color css
<style>
a { background-color: #A5D598; }
a { background-color: rgb(165,213,152); }
div.DivClassName
{
background-color: #A5D598;
}
.BgClassName
{
background-color: #A5D598;
}
</style>
border-color css
<style>
span { border-color: #A5D598; }
span { border-color: rgb(165,213,152); }
td.TdClassName
{
border-color: #A5D598;
}
.TagClassName
{
border-color: #A5D598;
}
</style>