Html Css Color HEX #A5E68B Granny Smith Apple
📋 copy color: '#A5E68B'red 165 ◦ green 230 ◦ blue 139
Shades of Granny Smith Apple #A5E68B
Tints of Granny Smith Apple #A5E68B
RGB
CMYK
RGB Variations
Color information
#A5E68B (or 0xA5E68B) is known color: Granny Smith Apple. HEX triplet: A5, E6 and 8B. RGB value is (165,230,139). Sum of RGB (Red+Green+Blue) = 165+230+139=534 (70% of max value = 765). Red value is 165 (64.84% from 255 or 30.90% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 139 (54.69% from 255 or 26.03% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E68B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A5E68B is #5A1974. Grayscale: #C8C8C8. Windows color (decimal): -5904757 or 9168549. OLE color: 9168549.
HSL color Cylindrical-coordinate representation of color #A5E68B: hue angle of 102.86º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A5E68B is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 139 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.10 |
| HSL | 102.86º | 0.65% | 0.72% | - |
| HSV(B) | 102.86º | 0.4% | 0.9% | - |
| XYZ | 48.47 | 66.46 | 34.7 | - |
| YUV | 200.19 | 93.47 | 102.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 139 | 0.28 | 0 | 0.40 | 0.10 | 102.86 | 0.65 | 0.72 |
| Hex | A5 | E6 | 8B | 1C | 0 | 28 | A | 67 | 41 | 48 |
| Octal | 245 | 346 | 213 | 34 | 0 | 50 | 12 | 147 | 101 | 110 |
| Binary | 10100101 | 11100110 | 10001011 | 11100 | 0 | 101000 | 1010 | 1100111 | 1000001 | 1001000 |
Color Harmonies of #A5E68B
Complementary color
Monochromatic Colors of #A5E68B
Black with #A5E68B
Text Example
Text Example
White with #A5E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E68B; }
p { color: rgb(165,230,139); }
H1.HeaderClassName
{
color: #A5E68B;
}
.AnyTagClassName
{
color: #A5E68B;
}
</style>
background-color css
<style>
a { background-color: #A5E68B; }
a { background-color: rgb(165,230,139); }
div.DivClassName
{
background-color: #A5E68B;
}
.BgClassName
{
background-color: #A5E68B;
}
</style>
border-color css
<style>
span { border-color: #A5E68B; }
span { border-color: rgb(165,230,139); }
td.TdClassName
{
border-color: #A5E68B;
}
.TagClassName
{
border-color: #A5E68B;
}
</style>