Html Css Color HEX #A5EE8D Granny Smith Apple
📋 copy color: '#A5EE8D'red 165 ◦ green 238 ◦ blue 141
Shades of Granny Smith Apple #A5EE8D
Tints of Granny Smith Apple #A5EE8D
RGB
CMYK
RGB Variations
Color information
#A5EE8D (or 0xA5EE8D) is known color: Granny Smith Apple. HEX triplet: A5, EE and 8D. RGB value is (165,238,141). Sum of RGB (Red+Green+Blue) = 165+238+141=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 238 (93.36% from 255 or 43.75% from 544); Blue value is 141 (55.47% from 255 or 25.92% from 544); Max value from RGB is 238 - color contains mainly: green. Hex color #A5EE8D is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EE8D is #5A1172. Grayscale: #CDCDCD. Windows color (decimal): -5902707 or 9301669. OLE color: 9301669.
HSL color Cylindrical-coordinate representation of color #A5EE8D: hue angle of 105.15º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A5EE8D is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 238 | 141 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.07 |
| HSL | 105.15º | 0.74% | 0.74% | - |
| HSV(B) | 105.15º | 0.41% | 0.93% | - |
| XYZ | 50.9 | 71.07 | 36.23 | - |
| YUV | 205.12 | 91.82 | 99.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 238 | 141 | 0.31 | 0 | 0.41 | 0.07 | 105.15 | 0.74 | 0.74 |
| Hex | A5 | EE | 8D | 1F | 0 | 29 | 7 | 69 | 4A | 4A |
| Octal | 245 | 356 | 215 | 37 | 0 | 51 | 7 | 151 | 112 | 112 |
| Binary | 10100101 | 11101110 | 10001101 | 11111 | 0 | 101001 | 111 | 1101001 | 1001010 | 1001010 |
Color Harmonies of #A5EE8D
Complementary color
Monochromatic Colors of #A5EE8D
Black with #A5EE8D
Text Example
Text Example
White with #A5EE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EE8D; }
p { color: rgb(165,238,141); }
H1.HeaderClassName
{
color: #A5EE8D;
}
.AnyTagClassName
{
color: #A5EE8D;
}
</style>
background-color css
<style>
a { background-color: #A5EE8D; }
a { background-color: rgb(165,238,141); }
div.DivClassName
{
background-color: #A5EE8D;
}
.BgClassName
{
background-color: #A5EE8D;
}
</style>
border-color css
<style>
span { border-color: #A5EE8D; }
span { border-color: rgb(165,238,141); }
td.TdClassName
{
border-color: #A5EE8D;
}
.TagClassName
{
border-color: #A5EE8D;
}
</style>