Html Css Color HEX #A1F18B Granny Smith Apple
📋 copy color: '#A1F18B'red 161 ◦ green 241 ◦ blue 139
Shades of Granny Smith Apple #A1F18B
Tints of Granny Smith Apple #A1F18B
RGB
CMYK
RGB Variations
Color information
#A1F18B (or 0xA1F18B) is known color: Granny Smith Apple. HEX triplet: A1, F1 and 8B. RGB value is (161,241,139). Sum of RGB (Red+Green+Blue) = 161+241+139=541 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.76% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 139 (54.69% from 255 or 25.69% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #A1F18B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F18B is #5E0E74. Grayscale: #CDCDCD. Windows color (decimal): -6164085 or 9171361. OLE color: 9171361.
HSL color Cylindrical-coordinate representation of color #A1F18B: hue angle of 107.06º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1F18B is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 241 | 139 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.05 |
| HSL | 107.06º | 0.78% | 0.75% | - |
| HSV(B) | 107.06º | 0.42% | 0.95% | - |
| XYZ | 50.81 | 72.35 | 35.71 | - |
| YUV | 205.45 | 90.5 | 96.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 241 | 139 | 0.33 | 0 | 0.42 | 0.05 | 107.06 | 0.78 | 0.75 |
| Hex | A1 | F1 | 8B | 21 | 0 | 2A | 5 | 6B | 4E | 4B |
| Octal | 241 | 361 | 213 | 41 | 0 | 52 | 5 | 153 | 116 | 113 |
| Binary | 10100001 | 11110001 | 10001011 | 100001 | 0 | 101010 | 101 | 1101011 | 1001110 | 1001011 |
Color Harmonies of #A1F18B
Complementary color
Monochromatic Colors of #A1F18B
Black with #A1F18B
Text Example
Text Example
White with #A1F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F18B; }
p { color: rgb(161,241,139); }
H1.HeaderClassName
{
color: #A1F18B;
}
.AnyTagClassName
{
color: #A1F18B;
}
</style>
background-color css
<style>
a { background-color: #A1F18B; }
a { background-color: rgb(161,241,139); }
div.DivClassName
{
background-color: #A1F18B;
}
.BgClassName
{
background-color: #A1F18B;
}
</style>
border-color css
<style>
span { border-color: #A1F18B; }
span { border-color: rgb(161,241,139); }
td.TdClassName
{
border-color: #A1F18B;
}
.TagClassName
{
border-color: #A1F18B;
}
</style>