Html Css Color HEX #A1EF96 Granny Smith Apple
📋 copy color: '#A1EF96'red 161 ◦ green 239 ◦ blue 150
Shades of Granny Smith Apple #A1EF96
Tints of Granny Smith Apple #A1EF96
RGB
CMYK
RGB Variations
Color information
#A1EF96 (or 0xA1EF96) is known color: Granny Smith Apple. HEX triplet: A1, EF and 96. RGB value is (161,239,150). Sum of RGB (Red+Green+Blue) = 161+239+150=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 239 (93.75% from 255 or 43.45% from 550); Blue value is 150 (58.98% from 255 or 27.27% from 550); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF96 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EF96 is #5E1069. Grayscale: #CDCDCD. Windows color (decimal): -6164586 or 9891745. OLE color: 9891745.
HSL color Cylindrical-coordinate representation of color #A1EF96: hue angle of 112.58º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1EF96 is Cyan = 0.33, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 150 | - |
| CMYK | 0.33 | 0 | 0.37 | 0.06 |
| HSL | 112.58º | 0.74% | 0.76% | - |
| HSV(B) | 112.58º | 0.37% | 0.94% | - |
| XYZ | 51.07 | 71.51 | 39.97 | - |
| YUV | 205.53 | 96.66 | 96.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 150 | 0.33 | 0 | 0.37 | 0.06 | 112.58 | 0.74 | 0.76 |
| Hex | A1 | EF | 96 | 21 | 0 | 25 | 6 | 71 | 4A | 4C |
| Octal | 241 | 357 | 226 | 41 | 0 | 45 | 6 | 161 | 112 | 114 |
| Binary | 10100001 | 11101111 | 10010110 | 100001 | 0 | 100101 | 110 | 1110001 | 1001010 | 1001100 |
Color Harmonies of #A1EF96
Complementary color
Monochromatic Colors of #A1EF96
Black with #A1EF96
Text Example
Text Example
White with #A1EF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF96; }
p { color: rgb(161,239,150); }
H1.HeaderClassName
{
color: #A1EF96;
}
.AnyTagClassName
{
color: #A1EF96;
}
</style>
background-color css
<style>
a { background-color: #A1EF96; }
a { background-color: rgb(161,239,150); }
div.DivClassName
{
background-color: #A1EF96;
}
.BgClassName
{
background-color: #A1EF96;
}
</style>
border-color css
<style>
span { border-color: #A1EF96; }
span { border-color: rgb(161,239,150); }
td.TdClassName
{
border-color: #A1EF96;
}
.TagClassName
{
border-color: #A1EF96;
}
</style>