Html Css Color HEX #A1F67F Granny Smith Apple
📋 copy color: '#A1F67F'red 161 ◦ green 246 ◦ blue 127
Shades of Granny Smith Apple #A1F67F
Tints of Granny Smith Apple #A1F67F
RGB
CMYK
RGB Variations
Color information
#A1F67F (or 0xA1F67F) is known color: Granny Smith Apple. HEX triplet: A1, F6 and 7F. RGB value is (161,246,127). Sum of RGB (Red+Green+Blue) = 161+246+127=534 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.15% from 534); Green value is 246 (96.48% from 255 or 46.07% from 534); Blue value is 127 (50% from 255 or 23.78% from 534); Max value from RGB is 246 - color contains mainly: green. Hex color #A1F67F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F67F is #5E0980. Grayscale: #CFCFCF. Windows color (decimal): -6162817 or 8386209. OLE color: 8386209.
HSL color Cylindrical-coordinate representation of color #A1F67F: hue angle of 102.86º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1F67F is Cyan = 0.35, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 161 | 246 | 127 | - |
| CMYK | 0.35 | 0 | 0.48 | 0.04 |
| HSL | 102.86º | 0.87% | 0.73% | - |
| HSV(B) | 102.86º | 0.48% | 0.96% | - |
| XYZ | 51.48 | 75.02 | 31.85 | - |
| YUV | 207.02 | 82.84 | 95.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 246 | 127 | 0.35 | 0 | 0.48 | 0.04 | 102.86 | 0.87 | 0.73 |
| Hex | A1 | F6 | 7F | 23 | 0 | 30 | 4 | 67 | 57 | 49 |
| Octal | 241 | 366 | 177 | 43 | 0 | 60 | 4 | 147 | 127 | 111 |
| Binary | 10100001 | 11110110 | 1111111 | 100011 | 0 | 110000 | 100 | 1100111 | 1010111 | 1001001 |
Color Harmonies of #A1F67F
Complementary color
Monochromatic Colors of #A1F67F
Black with #A1F67F
Text Example
Text Example
White with #A1F67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F67F; }
p { color: rgb(161,246,127); }
H1.HeaderClassName
{
color: #A1F67F;
}
.AnyTagClassName
{
color: #A1F67F;
}
</style>
background-color css
<style>
a { background-color: #A1F67F; }
a { background-color: rgb(161,246,127); }
div.DivClassName
{
background-color: #A1F67F;
}
.BgClassName
{
background-color: #A1F67F;
}
</style>
border-color css
<style>
span { border-color: #A1F67F; }
span { border-color: rgb(161,246,127); }
td.TdClassName
{
border-color: #A1F67F;
}
.TagClassName
{
border-color: #A1F67F;
}
</style>