Html Css Color HEX #A0D09B Granny Smith Apple
📋 copy color: '#A0D09B'red 160 ◦ green 208 ◦ blue 155
Shades of Granny Smith Apple #A0D09B
Tints of Granny Smith Apple #A0D09B
RGB
CMYK
RGB Variations
Color information
#A0D09B (or 0xA0D09B) is known color: Granny Smith Apple. HEX triplet: A0, D0 and 9B. RGB value is (160,208,155). Sum of RGB (Red+Green+Blue) = 160+208+155=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 208 (81.64% from 255 or 39.77% from 523); Blue value is 155 (60.94% from 255 or 29.64% from 523); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D09B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D09B is #5F2F64. Grayscale: #BBBBBB. Windows color (decimal): -6238053 or 10211488. OLE color: 10211488.
HSL color Cylindrical-coordinate representation of color #A0D09B: hue angle of 114.34º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D09B is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 155 | - |
| CMYK | 0.23 | 0 | 0.25 | 0.18 |
| HSL | 114.34º | 0.36% | 0.71% | - |
| HSV(B) | 114.34º | 0.25% | 0.82% | - |
| XYZ | 42.97 | 54.95 | 39.35 | - |
| YUV | 187.61 | 109.6 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 155 | 0.23 | 0 | 0.25 | 0.18 | 114.34 | 0.36 | 0.71 |
| Hex | A0 | D0 | 9B | 17 | 0 | 19 | 12 | 72 | 24 | 47 |
| Octal | 240 | 320 | 233 | 27 | 0 | 31 | 22 | 162 | 44 | 107 |
| Binary | 10100000 | 11010000 | 10011011 | 10111 | 0 | 11001 | 10010 | 1110010 | 100100 | 1000111 |
Color Harmonies of #A0D09B
Complementary color
Monochromatic Colors of #A0D09B
Black with #A0D09B
Text Example
Text Example
White with #A0D09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D09B; }
p { color: rgb(160,208,155); }
H1.HeaderClassName
{
color: #A0D09B;
}
.AnyTagClassName
{
color: #A0D09B;
}
</style>
background-color css
<style>
a { background-color: #A0D09B; }
a { background-color: rgb(160,208,155); }
div.DivClassName
{
background-color: #A0D09B;
}
.BgClassName
{
background-color: #A0D09B;
}
</style>
border-color css
<style>
span { border-color: #A0D09B; }
span { border-color: rgb(160,208,155); }
td.TdClassName
{
border-color: #A0D09B;
}
.TagClassName
{
border-color: #A0D09B;
}
</style>