Html Css Color HEX #A5E68C Granny Smith Apple
📋 copy color: '#A5E68C'red 165 ◦ green 230 ◦ blue 140
Shades of Granny Smith Apple #A5E68C
Tints of Granny Smith Apple #A5E68C
RGB
CMYK
RGB Variations
Color information
#A5E68C (or 0xA5E68C) is known color: Granny Smith Apple. HEX triplet: A5, E6 and 8C. RGB value is (165,230,140). Sum of RGB (Red+Green+Blue) = 165+230+140=535 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.84% from 535); Green value is 230 (90.23% from 255 or 42.99% from 535); Blue value is 140 (55.08% from 255 or 26.17% from 535); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E68C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E68C is #5A1973. Grayscale: #C8C8C8. Windows color (decimal): -5904756 or 9234085. OLE color: 9234085.
HSL color Cylindrical-coordinate representation of color #A5E68C: hue angle of 103.33º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A5E68C is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 140 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.10 |
| HSL | 103.33º | 0.64% | 0.73% | - |
| HSV(B) | 103.33º | 0.39% | 0.9% | - |
| XYZ | 48.55 | 66.49 | 35.09 | - |
| YUV | 200.31 | 93.97 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 140 | 0.28 | 0 | 0.39 | 0.10 | 103.33 | 0.64 | 0.73 |
| Hex | A5 | E6 | 8C | 1C | 0 | 27 | A | 67 | 40 | 49 |
| Octal | 245 | 346 | 214 | 34 | 0 | 47 | 12 | 147 | 100 | 111 |
| Binary | 10100101 | 11100110 | 10001100 | 11100 | 0 | 100111 | 1010 | 1100111 | 1000000 | 1001001 |
Color Harmonies of #A5E68C
Complementary color
Monochromatic Colors of #A5E68C
Black with #A5E68C
Text Example
Text Example
White with #A5E68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E68C; }
p { color: rgb(165,230,140); }
H1.HeaderClassName
{
color: #A5E68C;
}
.AnyTagClassName
{
color: #A5E68C;
}
</style>
background-color css
<style>
a { background-color: #A5E68C; }
a { background-color: rgb(165,230,140); }
div.DivClassName
{
background-color: #A5E68C;
}
.BgClassName
{
background-color: #A5E68C;
}
</style>
border-color css
<style>
span { border-color: #A5E68C; }
span { border-color: rgb(165,230,140); }
td.TdClassName
{
border-color: #A5E68C;
}
.TagClassName
{
border-color: #A5E68C;
}
</style>