Html Css Color HEX #A1EF8F Granny Smith Apple
📋 copy color: '#A1EF8F'red 161 ◦ green 239 ◦ blue 143
Shades of Granny Smith Apple #A1EF8F
Tints of Granny Smith Apple #A1EF8F
RGB
CMYK
RGB Variations
Color information
#A1EF8F (or 0xA1EF8F) is known color: Granny Smith Apple. HEX triplet: A1, EF and 8F. RGB value is (161,239,143). Sum of RGB (Red+Green+Blue) = 161+239+143=543 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.65% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 143 (56.25% from 255 or 26.34% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EF8F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EF8F is #5E1070. Grayscale: #CDCDCD. Windows color (decimal): -6164593 or 9432993. OLE color: 9432993.
HSL color Cylindrical-coordinate representation of color #A1EF8F: hue angle of 108.75º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1EF8F is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 143 | - |
| CMYK | 0.33 | 0 | 0.40 | 0.06 |
| HSL | 108.75º | 0.75% | 0.75% | - |
| HSV(B) | 108.75º | 0.4% | 0.94% | - |
| XYZ | 50.52 | 71.29 | 37.08 | - |
| YUV | 204.73 | 93.16 | 96.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 143 | 0.33 | 0 | 0.40 | 0.06 | 108.75 | 0.75 | 0.75 |
| Hex | A1 | EF | 8F | 21 | 0 | 28 | 6 | 6D | 4B | 4B |
| Octal | 241 | 357 | 217 | 41 | 0 | 50 | 6 | 155 | 113 | 113 |
| Binary | 10100001 | 11101111 | 10001111 | 100001 | 0 | 101000 | 110 | 1101101 | 1001011 | 1001011 |
Color Harmonies of #A1EF8F
Complementary color
Monochromatic Colors of #A1EF8F
Black with #A1EF8F
Text Example
Text Example
White with #A1EF8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EF8F; }
p { color: rgb(161,239,143); }
H1.HeaderClassName
{
color: #A1EF8F;
}
.AnyTagClassName
{
color: #A1EF8F;
}
</style>
background-color css
<style>
a { background-color: #A1EF8F; }
a { background-color: rgb(161,239,143); }
div.DivClassName
{
background-color: #A1EF8F;
}
.BgClassName
{
background-color: #A1EF8F;
}
</style>
border-color css
<style>
span { border-color: #A1EF8F; }
span { border-color: rgb(161,239,143); }
td.TdClassName
{
border-color: #A1EF8F;
}
.TagClassName
{
border-color: #A1EF8F;
}
</style>