Html Css Color HEX #A1E18A Granny Smith Apple
📋 copy color: '#A1E18A'red 161 ◦ green 225 ◦ blue 138
Shades of Granny Smith Apple #A1E18A
Tints of Granny Smith Apple #A1E18A
RGB
CMYK
RGB Variations
Color information
#A1E18A (or 0xA1E18A) is known color: Granny Smith Apple. HEX triplet: A1, E1 and 8A. RGB value is (161,225,138). Sum of RGB (Red+Green+Blue) = 161+225+138=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 225 (88.28% from 255 or 42.94% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E18A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E18A is #5E1E75. Grayscale: #C4C4C4. Windows color (decimal): -6168182 or 9101729. OLE color: 9101729.
HSL color Cylindrical-coordinate representation of color #A1E18A: hue angle of 104.14º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1E18A is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 138 | - |
| CMYK | 0.28 | 0 | 0.39 | 0.12 |
| HSL | 104.14º | 0.59% | 0.71% | - |
| HSV(B) | 104.14º | 0.39% | 0.88% | - |
| XYZ | 46.21 | 63.26 | 33.82 | - |
| YUV | 195.95 | 95.3 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 138 | 0.28 | 0 | 0.39 | 0.12 | 104.14 | 0.59 | 0.71 |
| Hex | A1 | E1 | 8A | 1C | 0 | 27 | C | 68 | 3B | 47 |
| Octal | 241 | 341 | 212 | 34 | 0 | 47 | 14 | 150 | 73 | 107 |
| Binary | 10100001 | 11100001 | 10001010 | 11100 | 0 | 100111 | 1100 | 1101000 | 111011 | 1000111 |
Color Harmonies of #A1E18A
Complementary color
Monochromatic Colors of #A1E18A
Black with #A1E18A
Text Example
Text Example
White with #A1E18A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E18A; }
p { color: rgb(161,225,138); }
H1.HeaderClassName
{
color: #A1E18A;
}
.AnyTagClassName
{
color: #A1E18A;
}
</style>
background-color css
<style>
a { background-color: #A1E18A; }
a { background-color: rgb(161,225,138); }
div.DivClassName
{
background-color: #A1E18A;
}
.BgClassName
{
background-color: #A1E18A;
}
</style>
border-color css
<style>
span { border-color: #A1E18A; }
span { border-color: rgb(161,225,138); }
td.TdClassName
{
border-color: #A1E18A;
}
.TagClassName
{
border-color: #A1E18A;
}
</style>