Html Css Color HEX #A1F382 Granny Smith Apple
📋 copy color: '#A1F382'red 161 ◦ green 243 ◦ blue 130
Shades of Granny Smith Apple #A1F382
Tints of Granny Smith Apple #A1F382
RGB
CMYK
RGB Variations
Color information
#A1F382 (or 0xA1F382) is known color: Granny Smith Apple. HEX triplet: A1, F3 and 82. RGB value is (161,243,130). Sum of RGB (Red+Green+Blue) = 161+243+130=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 243 (95.31% from 255 or 45.51% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F382 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F382 is #5E0C7D. Grayscale: #CDCDCD. Windows color (decimal): -6163582 or 8582049. OLE color: 8582049.
HSL color Cylindrical-coordinate representation of color #A1F382: hue angle of 103.54º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1F382 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 130 | - |
| CMYK | 0.34 | 0 | 0.47 | 0.05 |
| HSL | 103.54º | 0.82% | 0.73% | - |
| HSV(B) | 103.54º | 0.47% | 0.95% | - |
| XYZ | 50.78 | 73.29 | 32.59 | - |
| YUV | 205.6 | 85.33 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 130 | 0.34 | 0 | 0.47 | 0.05 | 103.54 | 0.82 | 0.73 |
| Hex | A1 | F3 | 82 | 22 | 0 | 2F | 5 | 68 | 52 | 49 |
| Octal | 241 | 363 | 202 | 42 | 0 | 57 | 5 | 150 | 122 | 111 |
| Binary | 10100001 | 11110011 | 10000010 | 100010 | 0 | 101111 | 101 | 1101000 | 1010010 | 1001001 |
Color Harmonies of #A1F382
Complementary color
Monochromatic Colors of #A1F382
Black with #A1F382
Text Example
Text Example
White with #A1F382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F382; }
p { color: rgb(161,243,130); }
H1.HeaderClassName
{
color: #A1F382;
}
.AnyTagClassName
{
color: #A1F382;
}
</style>
background-color css
<style>
a { background-color: #A1F382; }
a { background-color: rgb(161,243,130); }
div.DivClassName
{
background-color: #A1F382;
}
.BgClassName
{
background-color: #A1F382;
}
</style>
border-color css
<style>
span { border-color: #A1F382; }
span { border-color: rgb(161,243,130); }
td.TdClassName
{
border-color: #A1F382;
}
.TagClassName
{
border-color: #A1F382;
}
</style>