Html Css Color HEX #A1E38B Granny Smith Apple
📋 copy color: '#A1E38B'red 161 ◦ green 227 ◦ blue 139
Shades of Granny Smith Apple #A1E38B
Tints of Granny Smith Apple #A1E38B
RGB
CMYK
RGB Variations
Color information
#A1E38B (or 0xA1E38B) is known color: Granny Smith Apple. HEX triplet: A1, E3 and 8B. RGB value is (161,227,139). Sum of RGB (Red+Green+Blue) = 161+227+139=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 227 (89.06% from 255 or 43.07% from 527); Blue value is 139 (54.69% from 255 or 26.38% from 527); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E38B is #5E1C74. Grayscale: #C5C5C5. Windows color (decimal): -6167669 or 9167777. OLE color: 9167777.
HSL color Cylindrical-coordinate representation of color #A1E38B: hue angle of 105º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A1E38B is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 139 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.11 |
| HSL | 105º | 0.61% | 0.72% | - |
| HSV(B) | 105º | 0.39% | 0.89% | - |
| XYZ | 46.83 | 64.38 | 34.38 | - |
| YUV | 197.23 | 95.13 | 102.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 139 | 0.29 | 0 | 0.39 | 0.11 | 105 | 0.61 | 0.72 |
| Hex | A1 | E3 | 8B | 1D | 0 | 27 | B | 69 | 3D | 48 |
| Octal | 241 | 343 | 213 | 35 | 0 | 47 | 13 | 151 | 75 | 110 |
| Binary | 10100001 | 11100011 | 10001011 | 11101 | 0 | 100111 | 1011 | 1101001 | 111101 | 1001000 |
Color Harmonies of #A1E38B
Complementary color
Monochromatic Colors of #A1E38B
Black with #A1E38B
Text Example
Text Example
White with #A1E38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E38B; }
p { color: rgb(161,227,139); }
H1.HeaderClassName
{
color: #A1E38B;
}
.AnyTagClassName
{
color: #A1E38B;
}
</style>
background-color css
<style>
a { background-color: #A1E38B; }
a { background-color: rgb(161,227,139); }
div.DivClassName
{
background-color: #A1E38B;
}
.BgClassName
{
background-color: #A1E38B;
}
</style>
border-color css
<style>
span { border-color: #A1E38B; }
span { border-color: rgb(161,227,139); }
td.TdClassName
{
border-color: #A1E38B;
}
.TagClassName
{
border-color: #A1E38B;
}
</style>