Html Css Color HEX #A1F38E Granny Smith Apple
📋 copy color: '#A1F38E'red 161 ◦ green 243 ◦ blue 142
Shades of Granny Smith Apple #A1F38E
Tints of Granny Smith Apple #A1F38E
RGB
CMYK
RGB Variations
Color information
#A1F38E (or 0xA1F38E) is known color: Granny Smith Apple. HEX triplet: A1, F3 and 8E. RGB value is (161,243,142). Sum of RGB (Red+Green+Blue) = 161+243+142=546 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.49% from 546); Green value is 243 (95.31% from 255 or 44.51% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 243 - color contains mainly: green. Hex color #A1F38E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1F38E is #5E0C71. Grayscale: #CFCFCF. Windows color (decimal): -6163570 or 9368481. OLE color: 9368481.
HSL color Cylindrical-coordinate representation of color #A1F38E: hue angle of 108.71º degrees, saturation: 0.81, 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 #A1F38E is Cyan = 0.34, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 243 | 142 | - |
| CMYK | 0.34 | 0 | 0.42 | 0.05 |
| HSL | 108.71º | 0.81% | 0.75% | - |
| HSV(B) | 108.71º | 0.42% | 0.95% | - |
| XYZ | 51.63 | 73.63 | 37.08 | - |
| YUV | 206.97 | 91.33 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 243 | 142 | 0.34 | 0 | 0.42 | 0.05 | 108.71 | 0.81 | 0.75 |
| Hex | A1 | F3 | 8E | 22 | 0 | 2A | 5 | 6D | 51 | 4B |
| Octal | 241 | 363 | 216 | 42 | 0 | 52 | 5 | 155 | 121 | 113 |
| Binary | 10100001 | 11110011 | 10001110 | 100010 | 0 | 101010 | 101 | 1101101 | 1010001 | 1001011 |
Color Harmonies of #A1F38E
Complementary color
Monochromatic Colors of #A1F38E
Black with #A1F38E
Text Example
Text Example
White with #A1F38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F38E; }
p { color: rgb(161,243,142); }
H1.HeaderClassName
{
color: #A1F38E;
}
.AnyTagClassName
{
color: #A1F38E;
}
</style>
background-color css
<style>
a { background-color: #A1F38E; }
a { background-color: rgb(161,243,142); }
div.DivClassName
{
background-color: #A1F38E;
}
.BgClassName
{
background-color: #A1F38E;
}
</style>
border-color css
<style>
span { border-color: #A1F38E; }
span { border-color: rgb(161,243,142); }
td.TdClassName
{
border-color: #A1F38E;
}
.TagClassName
{
border-color: #A1F38E;
}
</style>