Html Css Color HEX #A1E68A Granny Smith Apple
📋 copy color: '#A1E68A'red 161 ◦ green 230 ◦ blue 138
Shades of Granny Smith Apple #A1E68A
Tints of Granny Smith Apple #A1E68A
RGB
CMYK
RGB Variations
Color information
#A1E68A (or 0xA1E68A) is known color: Granny Smith Apple. HEX triplet: A1, E6 and 8A. RGB value is (161,230,138). Sum of RGB (Red+Green+Blue) = 161+230+138=529 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.43% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E68A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E68A is #5E1975. Grayscale: #C7C7C7. Windows color (decimal): -6166902 or 9103009. OLE color: 9103009.
HSL color Cylindrical-coordinate representation of color #A1E68A: hue angle of 105º 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 #A1E68A is Cyan = 0.3, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 138 | - |
| CMYK | 0.3 | 0 | 0.4 | 0.10 |
| HSL | 105º | 0.65% | 0.72% | - |
| HSV(B) | 105º | 0.4% | 0.9% | - |
| XYZ | 47.58 | 66.01 | 34.28 | - |
| YUV | 198.88 | 93.64 | 100.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 138 | 0.3 | 0 | 0.4 | 0.10 | 105 | 0.65 | 0.72 |
| Hex | A1 | E6 | 8A | 1E | 0 | 28 | A | 69 | 41 | 48 |
| Octal | 241 | 346 | 212 | 36 | 0 | 50 | 12 | 151 | 101 | 110 |
| Binary | 10100001 | 11100110 | 10001010 | 11110 | 0 | 101000 | 1010 | 1101001 | 1000001 | 1001000 |
Color Harmonies of #A1E68A
Complementary color
Monochromatic Colors of #A1E68A
Black with #A1E68A
Text Example
Text Example
White with #A1E68A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E68A; }
p { color: rgb(161,230,138); }
H1.HeaderClassName
{
color: #A1E68A;
}
.AnyTagClassName
{
color: #A1E68A;
}
</style>
background-color css
<style>
a { background-color: #A1E68A; }
a { background-color: rgb(161,230,138); }
div.DivClassName
{
background-color: #A1E68A;
}
.BgClassName
{
background-color: #A1E68A;
}
</style>
border-color css
<style>
span { border-color: #A1E68A; }
span { border-color: rgb(161,230,138); }
td.TdClassName
{
border-color: #A1E68A;
}
.TagClassName
{
border-color: #A1E68A;
}
</style>