Html Css Color HEX #A1F095 Granny Smith Apple
📋 copy color: '#A1F095'red 161 ◦ green 240 ◦ blue 149
Shades of Granny Smith Apple #A1F095
Tints of Granny Smith Apple #A1F095
RGB
CMYK
RGB Variations
Color information
#A1F095 (or 0xA1F095) is known color: Granny Smith Apple. HEX triplet: A1, F0 and 95. RGB value is (161,240,149). Sum of RGB (Red+Green+Blue) = 161+240+149=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 240 (94.14% from 255 or 43.64% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F095 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F095 is #5E0F6A. Grayscale: #CECECE. Windows color (decimal): -6164331 or 9826465. OLE color: 9826465.
HSL color Cylindrical-coordinate representation of color #A1F095: hue angle of 112.09º degrees, saturation: 0.75, 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 #A1F095 is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 240 | 149 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.06 |
| HSL | 112.09º | 0.75% | 0.76% | - |
| HSV(B) | 112.09º | 0.38% | 0.94% | - |
| XYZ | 51.28 | 72.07 | 39.64 | - |
| YUV | 206.01 | 95.83 | 95.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 240 | 149 | 0.33 | 0 | 0.38 | 0.06 | 112.09 | 0.75 | 0.76 |
| Hex | A1 | F0 | 95 | 21 | 0 | 26 | 6 | 70 | 4B | 4C |
| Octal | 241 | 360 | 225 | 41 | 0 | 46 | 6 | 160 | 113 | 114 |
| Binary | 10100001 | 11110000 | 10010101 | 100001 | 0 | 100110 | 110 | 1110000 | 1001011 | 1001100 |
Color Harmonies of #A1F095
Complementary color
Monochromatic Colors of #A1F095
Black with #A1F095
Text Example
Text Example
White with #A1F095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F095; }
p { color: rgb(161,240,149); }
H1.HeaderClassName
{
color: #A1F095;
}
.AnyTagClassName
{
color: #A1F095;
}
</style>
background-color css
<style>
a { background-color: #A1F095; }
a { background-color: rgb(161,240,149); }
div.DivClassName
{
background-color: #A1F095;
}
.BgClassName
{
background-color: #A1F095;
}
</style>
border-color css
<style>
span { border-color: #A1F095; }
span { border-color: rgb(161,240,149); }
td.TdClassName
{
border-color: #A1F095;
}
.TagClassName
{
border-color: #A1F095;
}
</style>