Html Css Color HEX #A5E38D Granny Smith Apple
📋 copy color: '#A5E38D'red 165 ◦ green 227 ◦ blue 141
Shades of Granny Smith Apple #A5E38D
Tints of Granny Smith Apple #A5E38D
RGB
CMYK
RGB Variations
Color information
#A5E38D (or 0xA5E38D) is known color: Granny Smith Apple. HEX triplet: A5, E3 and 8D. RGB value is (165,227,141). Sum of RGB (Red+Green+Blue) = 165+227+141=533 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.96% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 141 (55.47% from 255 or 26.45% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #A5E38D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E38D is #5A1C72. Grayscale: #C6C6C6. Windows color (decimal): -5905523 or 9298853. OLE color: 9298853.
HSL color Cylindrical-coordinate representation of color #A5E38D: hue angle of 103.26º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5E38D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 227 | 141 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.11 |
| HSL | 103.26º | 0.61% | 0.72% | - |
| HSV(B) | 103.26º | 0.38% | 0.89% | - |
| XYZ | 47.79 | 64.86 | 35.2 | - |
| YUV | 198.66 | 95.46 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 227 | 141 | 0.27 | 0 | 0.38 | 0.11 | 103.26 | 0.61 | 0.72 |
| Hex | A5 | E3 | 8D | 1B | 0 | 26 | B | 67 | 3D | 48 |
| Octal | 245 | 343 | 215 | 33 | 0 | 46 | 13 | 147 | 75 | 110 |
| Binary | 10100101 | 11100011 | 10001101 | 11011 | 0 | 100110 | 1011 | 1100111 | 111101 | 1001000 |
Color Harmonies of #A5E38D
Complementary color
Monochromatic Colors of #A5E38D
Black with #A5E38D
Text Example
Text Example
White with #A5E38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E38D; }
p { color: rgb(165,227,141); }
H1.HeaderClassName
{
color: #A5E38D;
}
.AnyTagClassName
{
color: #A5E38D;
}
</style>
background-color css
<style>
a { background-color: #A5E38D; }
a { background-color: rgb(165,227,141); }
div.DivClassName
{
background-color: #A5E38D;
}
.BgClassName
{
background-color: #A5E38D;
}
</style>
border-color css
<style>
span { border-color: #A5E38D; }
span { border-color: rgb(165,227,141); }
td.TdClassName
{
border-color: #A5E38D;
}
.TagClassName
{
border-color: #A5E38D;
}
</style>