Html Css Color HEX #A1EF95 Granny Smith Apple
📋 copy color: '#A1EF95'red 161 ◦ green 239 ◦ blue 149
Shades of Granny Smith Apple #A1EF95
Tints of Granny Smith Apple #A1EF95
RGB
CMYK
RGB Variations
Color information
#A1EF95 (or 0xA1EF95) is known color: Granny Smith Apple. HEX triplet: A1, EF and 95. RGB value is (161,239,149). Sum of RGB (Red+Green+Blue) = 161+239+149=549 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.33% from 549); Green value is 239 (93.75% from 255 or 43.53% from 549); Blue value is 149 (58.59% from 255 or 27.14% from 549); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF95 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EF95 is #5E106A. Grayscale: #CDCDCD. Windows color (decimal): -6164587 or 9826209. OLE color: 9826209.
HSL color Cylindrical-coordinate representation of color #A1EF95: hue angle of 112º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A1EF95 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 149 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.06 |
| HSL | 112º | 0.74% | 0.76% | - |
| HSV(B) | 112º | 0.38% | 0.94% | - |
| XYZ | 50.99 | 71.48 | 39.54 | - |
| YUV | 205.42 | 96.16 | 96.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 149 | 0.33 | 0 | 0.38 | 0.06 | 112 | 0.74 | 0.76 |
| Hex | A1 | EF | 95 | 21 | 0 | 26 | 6 | 70 | 4A | 4C |
| Octal | 241 | 357 | 225 | 41 | 0 | 46 | 6 | 160 | 112 | 114 |
| Binary | 10100001 | 11101111 | 10010101 | 100001 | 0 | 100110 | 110 | 1110000 | 1001010 | 1001100 |
Color Harmonies of #A1EF95
Complementary color
Monochromatic Colors of #A1EF95
Black with #A1EF95
Text Example
Text Example
White with #A1EF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF95; }
p { color: rgb(161,239,149); }
H1.HeaderClassName
{
color: #A1EF95;
}
.AnyTagClassName
{
color: #A1EF95;
}
</style>
background-color css
<style>
a { background-color: #A1EF95; }
a { background-color: rgb(161,239,149); }
div.DivClassName
{
background-color: #A1EF95;
}
.BgClassName
{
background-color: #A1EF95;
}
</style>
border-color css
<style>
span { border-color: #A1EF95; }
span { border-color: rgb(161,239,149); }
td.TdClassName
{
border-color: #A1EF95;
}
.TagClassName
{
border-color: #A1EF95;
}
</style>