Html Css Color HEX #A5ECA0 Granny Smith Apple
📋 copy color: '#A5ECA0'red 165 ◦ green 236 ◦ blue 160
Shades of Granny Smith Apple #A5ECA0
Tints of Granny Smith Apple #A5ECA0
RGB
CMYK
RGB Variations
Color information
#A5ECA0 (or 0xA5ECA0) is known color: Granny Smith Apple. HEX triplet: A5, EC and A0. RGB value is (165,236,160). Sum of RGB (Red+Green+Blue) = 165+236+160=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 236 (92.58% from 255 or 42.07% from 561); Blue value is 160 (62.89% from 255 or 28.52% from 561); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ECA0 is #5A135F. Grayscale: #CECECE. Windows color (decimal): -5903200 or 10546341. OLE color: 10546341.
HSL color Cylindrical-coordinate representation of color #A5ECA0: hue angle of 116.05º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5ECA0 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 160 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.07 |
| HSL | 116.05º | 0.67% | 0.78% | - |
| HSV(B) | 116.05º | 0.32% | 0.93% | - |
| XYZ | 51.86 | 70.53 | 44.14 | - |
| YUV | 206.11 | 101.98 | 98.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 160 | 0.30 | 0 | 0.32 | 0.07 | 116.05 | 0.67 | 0.78 |
| Hex | A5 | EC | A0 | 1E | 0 | 20 | 7 | 74 | 43 | 4E |
| Octal | 245 | 354 | 240 | 36 | 0 | 40 | 7 | 164 | 103 | 116 |
| Binary | 10100101 | 11101100 | 10100000 | 11110 | 0 | 100000 | 111 | 1110100 | 1000011 | 1001110 |
Color Harmonies of #A5ECA0
Complementary color
Monochromatic Colors of #A5ECA0
Black with #A5ECA0
Text Example
Text Example
White with #A5ECA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECA0; }
p { color: rgb(165,236,160); }
H1.HeaderClassName
{
color: #A5ECA0;
}
.AnyTagClassName
{
color: #A5ECA0;
}
</style>
background-color css
<style>
a { background-color: #A5ECA0; }
a { background-color: rgb(165,236,160); }
div.DivClassName
{
background-color: #A5ECA0;
}
.BgClassName
{
background-color: #A5ECA0;
}
</style>
border-color css
<style>
span { border-color: #A5ECA0; }
span { border-color: rgb(165,236,160); }
td.TdClassName
{
border-color: #A5ECA0;
}
.TagClassName
{
border-color: #A5ECA0;
}
</style>