Html Css Color HEX #A1F982 Granny Smith Apple
📋 copy color: '#A1F982'red 161 ◦ green 249 ◦ blue 130
Shades of Granny Smith Apple #A1F982
Tints of Granny Smith Apple #A1F982
RGB
CMYK
RGB Variations
Color information
#A1F982 (or 0xA1F982) is known color: Granny Smith Apple. HEX triplet: A1, F9 and 82. RGB value is (161,249,130). Sum of RGB (Red+Green+Blue) = 161+249+130=540 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.81% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 130 (51.17% from 255 or 24.07% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F982 is #5E067D. Grayscale: #D1D1D1. Windows color (decimal): -6162046 or 8583585. OLE color: 8583585.
HSL color Cylindrical-coordinate representation of color #A1F982: hue angle of 104.37º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1F982 is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 130 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.02 |
| HSL | 104.37º | 0.91% | 0.74% | - |
| HSV(B) | 104.37º | 0.48% | 0.98% | - |
| XYZ | 52.6 | 76.94 | 33.2 | - |
| YUV | 209.12 | 83.35 | 93.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 130 | 0.35 | 0 | 0.48 | 0.02 | 104.37 | 0.91 | 0.74 |
| Hex | A1 | F9 | 82 | 23 | 0 | 30 | 2 | 68 | 5B | 4A |
| Octal | 241 | 371 | 202 | 43 | 0 | 60 | 2 | 150 | 133 | 112 |
| Binary | 10100001 | 11111001 | 10000010 | 100011 | 0 | 110000 | 10 | 1101000 | 1011011 | 1001010 |
Color Harmonies of #A1F982
Complementary color
Monochromatic Colors of #A1F982
Black with #A1F982
Text Example
Text Example
White with #A1F982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F982; }
p { color: rgb(161,249,130); }
H1.HeaderClassName
{
color: #A1F982;
}
.AnyTagClassName
{
color: #A1F982;
}
</style>
background-color css
<style>
a { background-color: #A1F982; }
a { background-color: rgb(161,249,130); }
div.DivClassName
{
background-color: #A1F982;
}
.BgClassName
{
background-color: #A1F982;
}
</style>
border-color css
<style>
span { border-color: #A1F982; }
span { border-color: rgb(161,249,130); }
td.TdClassName
{
border-color: #A1F982;
}
.TagClassName
{
border-color: #A1F982;
}
</style>