Html Css Color HEX #A1D692 Granny Smith Apple
📋 copy color: '#A1D692'red 161 ◦ green 214 ◦ blue 146
Shades of Granny Smith Apple #A1D692
Tints of Granny Smith Apple #A1D692
RGB
CMYK
RGB Variations
Color information
#A1D692 (or 0xA1D692) is known color: Granny Smith Apple. HEX triplet: A1, D6 and 92. RGB value is (161,214,146). Sum of RGB (Red+Green+Blue) = 161+214+146=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 214 (83.98% from 255 or 41.07% from 521); Blue value is 146 (57.42% from 255 or 28.02% from 521); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D692 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D692 is #5E296D. Grayscale: #BEBEBE. Windows color (decimal): -6170990 or 9623201. OLE color: 9623201.
HSL color Cylindrical-coordinate representation of color #A1D692: hue angle of 106.76º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1D692 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 146 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.16 |
| HSL | 106.76º | 0.45% | 0.71% | - |
| HSV(B) | 106.76º | 0.32% | 0.84% | - |
| XYZ | 43.93 | 57.75 | 36.02 | - |
| YUV | 190.4 | 102.94 | 107.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 146 | 0.25 | 0 | 0.32 | 0.16 | 106.76 | 0.45 | 0.71 |
| Hex | A1 | D6 | 92 | 19 | 0 | 20 | 10 | 6B | 2D | 47 |
| Octal | 241 | 326 | 222 | 31 | 0 | 40 | 20 | 153 | 55 | 107 |
| Binary | 10100001 | 11010110 | 10010010 | 11001 | 0 | 100000 | 10000 | 1101011 | 101101 | 1000111 |
Color Harmonies of #A1D692
Complementary color
Monochromatic Colors of #A1D692
Black with #A1D692
Text Example
Text Example
White with #A1D692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D692; }
p { color: rgb(161,214,146); }
H1.HeaderClassName
{
color: #A1D692;
}
.AnyTagClassName
{
color: #A1D692;
}
</style>
background-color css
<style>
a { background-color: #A1D692; }
a { background-color: rgb(161,214,146); }
div.DivClassName
{
background-color: #A1D692;
}
.BgClassName
{
background-color: #A1D692;
}
</style>
border-color css
<style>
span { border-color: #A1D692; }
span { border-color: rgb(161,214,146); }
td.TdClassName
{
border-color: #A1D692;
}
.TagClassName
{
border-color: #A1D692;
}
</style>