Html Css Color HEX #A1E695 Granny Smith Apple
📋 copy color: '#A1E695'red 161 ◦ green 230 ◦ blue 149
Shades of Granny Smith Apple #A1E695
Tints of Granny Smith Apple #A1E695
RGB
CMYK
RGB Variations
Color information
#A1E695 (or 0xA1E695) is known color: Granny Smith Apple. HEX triplet: A1, E6 and 95. RGB value is (161,230,149). Sum of RGB (Red+Green+Blue) = 161+230+149=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 149 (58.59% from 255 or 27.59% from 540); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E695 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E695 is #5E196A. Grayscale: #C8C8C8. Windows color (decimal): -6166891 or 9823905. OLE color: 9823905.
HSL color Cylindrical-coordinate representation of color #A1E695: hue angle of 111.11º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1E695 is Cyan = 0.3, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 149 | - |
| CMYK | 0.3 | 0 | 0.35 | 0.10 |
| HSL | 111.11º | 0.62% | 0.74% | - |
| HSV(B) | 111.11º | 0.35% | 0.9% | - |
| XYZ | 48.42 | 66.34 | 38.69 | - |
| YUV | 200.14 | 99.14 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 149 | 0.3 | 0 | 0.35 | 0.10 | 111.11 | 0.62 | 0.74 |
| Hex | A1 | E6 | 95 | 1E | 0 | 23 | A | 6F | 3E | 4A |
| Octal | 241 | 346 | 225 | 36 | 0 | 43 | 12 | 157 | 76 | 112 |
| Binary | 10100001 | 11100110 | 10010101 | 11110 | 0 | 100011 | 1010 | 1101111 | 111110 | 1001010 |
Color Harmonies of #A1E695
Complementary color
Monochromatic Colors of #A1E695
Black with #A1E695
Text Example
Text Example
White with #A1E695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E695; }
p { color: rgb(161,230,149); }
H1.HeaderClassName
{
color: #A1E695;
}
.AnyTagClassName
{
color: #A1E695;
}
</style>
background-color css
<style>
a { background-color: #A1E695; }
a { background-color: rgb(161,230,149); }
div.DivClassName
{
background-color: #A1E695;
}
.BgClassName
{
background-color: #A1E695;
}
</style>
border-color css
<style>
span { border-color: #A1E695; }
span { border-color: rgb(161,230,149); }
td.TdClassName
{
border-color: #A1E695;
}
.TagClassName
{
border-color: #A1E695;
}
</style>