Html Css Color HEX #A1ED98 Granny Smith Apple
📋 copy color: '#A1ED98'red 161 ◦ green 237 ◦ blue 152
Shades of Granny Smith Apple #A1ED98
Tints of Granny Smith Apple #A1ED98
RGB
CMYK
RGB Variations
Color information
#A1ED98 (or 0xA1ED98) is known color: Granny Smith Apple. HEX triplet: A1, ED and 98. RGB value is (161,237,152). Sum of RGB (Red+Green+Blue) = 161+237+152=550 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.27% from 550); Green value is 237 (92.97% from 255 or 43.09% from 550); Blue value is 152 (59.77% from 255 or 27.64% from 550); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED98 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ED98 is #5E1267. Grayscale: #CCCCCC. Windows color (decimal): -6165096 or 10022305. OLE color: 10022305.
HSL color Cylindrical-coordinate representation of color #A1ED98: hue angle of 113.65º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1ED98 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 152 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.07 |
| HSL | 113.65º | 0.7% | 0.76% | - |
| HSV(B) | 113.65º | 0.36% | 0.93% | - |
| XYZ | 50.65 | 70.41 | 40.63 | - |
| YUV | 204.59 | 98.32 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 152 | 0.32 | 0 | 0.36 | 0.07 | 113.65 | 0.7 | 0.76 |
| Hex | A1 | ED | 98 | 20 | 0 | 24 | 7 | 72 | 46 | 4C |
| Octal | 241 | 355 | 230 | 40 | 0 | 44 | 7 | 162 | 106 | 114 |
| Binary | 10100001 | 11101101 | 10011000 | 100000 | 0 | 100100 | 111 | 1110010 | 1000110 | 1001100 |
Color Harmonies of #A1ED98
Complementary color
Monochromatic Colors of #A1ED98
Black with #A1ED98
Text Example
Text Example
White with #A1ED98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ED98; }
p { color: rgb(161,237,152); }
H1.HeaderClassName
{
color: #A1ED98;
}
.AnyTagClassName
{
color: #A1ED98;
}
</style>
background-color css
<style>
a { background-color: #A1ED98; }
a { background-color: rgb(161,237,152); }
div.DivClassName
{
background-color: #A1ED98;
}
.BgClassName
{
background-color: #A1ED98;
}
</style>
border-color css
<style>
span { border-color: #A1ED98; }
span { border-color: rgb(161,237,152); }
td.TdClassName
{
border-color: #A1ED98;
}
.TagClassName
{
border-color: #A1ED98;
}
</style>