Html Css Color HEX #A1DE98 Granny Smith Apple
📋 copy color: '#A1DE98'red 161 ◦ green 222 ◦ blue 152
Shades of Granny Smith Apple #A1DE98
Tints of Granny Smith Apple #A1DE98
RGB
CMYK
RGB Variations
Color information
#A1DE98 (or 0xA1DE98) is known color: Granny Smith Apple. HEX triplet: A1, DE and 98. RGB value is (161,222,152). Sum of RGB (Red+Green+Blue) = 161+222+152=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DE98 is #5E2167. Grayscale: #C3C3C3. Windows color (decimal): -6168936 or 10018465. OLE color: 10018465.
HSL color Cylindrical-coordinate representation of color #A1DE98: hue angle of 112.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DE98 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 152 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.13 |
| HSL | 112.29º | 0.51% | 0.73% | - |
| HSV(B) | 112.29º | 0.32% | 0.87% | - |
| XYZ | 46.49 | 62.09 | 39.24 | - |
| YUV | 195.78 | 103.29 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 152 | 0.27 | 0 | 0.32 | 0.13 | 112.29 | 0.51 | 0.73 |
| Hex | A1 | DE | 98 | 1B | 0 | 20 | D | 70 | 33 | 49 |
| Octal | 241 | 336 | 230 | 33 | 0 | 40 | 15 | 160 | 63 | 111 |
| Binary | 10100001 | 11011110 | 10011000 | 11011 | 0 | 100000 | 1101 | 1110000 | 110011 | 1001001 |
Color Harmonies of #A1DE98
Complementary color
Monochromatic Colors of #A1DE98
Black with #A1DE98
Text Example
Text Example
White with #A1DE98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DE98; }
p { color: rgb(161,222,152); }
H1.HeaderClassName
{
color: #A1DE98;
}
.AnyTagClassName
{
color: #A1DE98;
}
</style>
background-color css
<style>
a { background-color: #A1DE98; }
a { background-color: rgb(161,222,152); }
div.DivClassName
{
background-color: #A1DE98;
}
.BgClassName
{
background-color: #A1DE98;
}
</style>
border-color css
<style>
span { border-color: #A1DE98; }
span { border-color: rgb(161,222,152); }
td.TdClassName
{
border-color: #A1DE98;
}
.TagClassName
{
border-color: #A1DE98;
}
</style>