Html Css Color HEX #A5EC8B Granny Smith Apple
📋 copy color: '#A5EC8B'red 165 ◦ green 236 ◦ blue 139
Shades of Granny Smith Apple #A5EC8B
Tints of Granny Smith Apple #A5EC8B
RGB
CMYK
RGB Variations
Color information
#A5EC8B (or 0xA5EC8B) is known color: Granny Smith Apple. HEX triplet: A5, EC and 8B. RGB value is (165,236,139). Sum of RGB (Red+Green+Blue) = 165+236+139=540 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.56% from 540); Green value is 236 (92.58% from 255 or 43.70% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 236 - color contains mainly: green. Hex color #A5EC8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5EC8B is #5A1374. Grayscale: #CCCCCC. Windows color (decimal): -5903221 or 9170085. OLE color: 9170085.
HSL color Cylindrical-coordinate representation of color #A5EC8B: hue angle of 103.92º degrees, saturation: 0.72, 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 #A5EC8B is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 139 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.07 |
| HSL | 103.92º | 0.72% | 0.74% | - |
| HSV(B) | 103.92º | 0.41% | 0.93% | - |
| XYZ | 50.17 | 69.85 | 35.26 | - |
| YUV | 203.71 | 91.48 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 139 | 0.30 | 0 | 0.41 | 0.07 | 103.92 | 0.72 | 0.74 |
| Hex | A5 | EC | 8B | 1E | 0 | 29 | 7 | 68 | 48 | 4A |
| Octal | 245 | 354 | 213 | 36 | 0 | 51 | 7 | 150 | 110 | 112 |
| Binary | 10100101 | 11101100 | 10001011 | 11110 | 0 | 101001 | 111 | 1101000 | 1001000 | 1001010 |
Color Harmonies of #A5EC8B
Complementary color
Monochromatic Colors of #A5EC8B
Black with #A5EC8B
Text Example
Text Example
White with #A5EC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EC8B; }
p { color: rgb(165,236,139); }
H1.HeaderClassName
{
color: #A5EC8B;
}
.AnyTagClassName
{
color: #A5EC8B;
}
</style>
background-color css
<style>
a { background-color: #A5EC8B; }
a { background-color: rgb(165,236,139); }
div.DivClassName
{
background-color: #A5EC8B;
}
.BgClassName
{
background-color: #A5EC8B;
}
</style>
border-color css
<style>
span { border-color: #A5EC8B; }
span { border-color: rgb(165,236,139); }
td.TdClassName
{
border-color: #A5EC8B;
}
.TagClassName
{
border-color: #A5EC8B;
}
</style>