Html Css Color HEX #A5ED8B Granny Smith Apple
📋 copy color: '#A5ED8B'red 165 ◦ green 237 ◦ blue 139
Shades of Granny Smith Apple #A5ED8B
Tints of Granny Smith Apple #A5ED8B
RGB
CMYK
RGB Variations
Color information
#A5ED8B (or 0xA5ED8B) is known color: Granny Smith Apple. HEX triplet: A5, ED and 8B. RGB value is (165,237,139). Sum of RGB (Red+Green+Blue) = 165+237+139=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 237 (92.97% from 255 or 43.81% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 237 - color contains mainly: green. Hex color #A5ED8B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5ED8B is #5A1274. Grayscale: #CCCCCC. Windows color (decimal): -5902965 or 9170341. OLE color: 9170341.
HSL color Cylindrical-coordinate representation of color #A5ED8B: hue angle of 104.08º degrees, saturation: 0.73, 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 #A5ED8B is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 237 | 139 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.07 |
| HSL | 104.08º | 0.73% | 0.74% | - |
| HSV(B) | 104.08º | 0.41% | 0.93% | - |
| XYZ | 50.46 | 70.43 | 35.36 | - |
| YUV | 204.3 | 91.15 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 237 | 139 | 0.30 | 0 | 0.41 | 0.07 | 104.08 | 0.73 | 0.74 |
| Hex | A5 | ED | 8B | 1E | 0 | 29 | 7 | 68 | 49 | 4A |
| Octal | 245 | 355 | 213 | 36 | 0 | 51 | 7 | 150 | 111 | 112 |
| Binary | 10100101 | 11101101 | 10001011 | 11110 | 0 | 101001 | 111 | 1101000 | 1001001 | 1001010 |
Color Harmonies of #A5ED8B
Complementary color
Monochromatic Colors of #A5ED8B
Black with #A5ED8B
Text Example
Text Example
White with #A5ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ED8B; }
p { color: rgb(165,237,139); }
H1.HeaderClassName
{
color: #A5ED8B;
}
.AnyTagClassName
{
color: #A5ED8B;
}
</style>
background-color css
<style>
a { background-color: #A5ED8B; }
a { background-color: rgb(165,237,139); }
div.DivClassName
{
background-color: #A5ED8B;
}
.BgClassName
{
background-color: #A5ED8B;
}
</style>
border-color css
<style>
span { border-color: #A5ED8B; }
span { border-color: rgb(165,237,139); }
td.TdClassName
{
border-color: #A5ED8B;
}
.TagClassName
{
border-color: #A5ED8B;
}
</style>