Html Css Color HEX #A5E18F Granny Smith Apple
📋 copy color: '#A5E18F'red 165 ◦ green 225 ◦ blue 143
Shades of Granny Smith Apple #A5E18F
Tints of Granny Smith Apple #A5E18F
RGB
CMYK
RGB Variations
Color information
#A5E18F (or 0xA5E18F) is known color: Granny Smith Apple. HEX triplet: A5, E1 and 8F. RGB value is (165,225,143). Sum of RGB (Red+Green+Blue) = 165+225+143=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 225 (88.28% from 255 or 42.21% from 533); Blue value is 143 (56.25% from 255 or 26.83% from 533); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E18F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E18F is #5A1E70. Grayscale: #C5C5C5. Windows color (decimal): -5906033 or 9429413. OLE color: 9429413.
HSL color Cylindrical-coordinate representation of color #A5E18F: hue angle of 103.9º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A5E18F is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 143 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.12 |
| HSL | 103.9º | 0.58% | 0.72% | - |
| HSV(B) | 103.9º | 0.36% | 0.88% | - |
| XYZ | 47.4 | 63.83 | 35.81 | - |
| YUV | 197.71 | 97.12 | 104.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 143 | 0.27 | 0 | 0.36 | 0.12 | 103.9 | 0.58 | 0.72 |
| Hex | A5 | E1 | 8F | 1B | 0 | 24 | C | 68 | 3A | 48 |
| Octal | 245 | 341 | 217 | 33 | 0 | 44 | 14 | 150 | 72 | 110 |
| Binary | 10100101 | 11100001 | 10001111 | 11011 | 0 | 100100 | 1100 | 1101000 | 111010 | 1001000 |
Color Harmonies of #A5E18F
Complementary color
Monochromatic Colors of #A5E18F
Black with #A5E18F
Text Example
Text Example
White with #A5E18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E18F; }
p { color: rgb(165,225,143); }
H1.HeaderClassName
{
color: #A5E18F;
}
.AnyTagClassName
{
color: #A5E18F;
}
</style>
background-color css
<style>
a { background-color: #A5E18F; }
a { background-color: rgb(165,225,143); }
div.DivClassName
{
background-color: #A5E18F;
}
.BgClassName
{
background-color: #A5E18F;
}
</style>
border-color css
<style>
span { border-color: #A5E18F; }
span { border-color: rgb(165,225,143); }
td.TdClassName
{
border-color: #A5E18F;
}
.TagClassName
{
border-color: #A5E18F;
}
</style>