Html Css Color HEX #9ADB95 Granny Smith Apple
📋 copy color: '#9ADB95'red 154 ◦ green 219 ◦ blue 149
Shades of Granny Smith Apple #9ADB95
Tints of Granny Smith Apple #9ADB95
RGB
CMYK
RGB Variations
Color information
#9ADB95 (or 0x9ADB95) is known color: Granny Smith Apple. HEX triplet: 9A, DB and 95. RGB value is (154,219,149). Sum of RGB (Red+Green+Blue) = 154+219+149=522 (69% of max value = 765). Red value is 154 (60.55% from 255 or 29.50% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 149 (58.59% from 255 or 28.54% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB95 is #65246A. Grayscale: #BFBFBF. Windows color (decimal): -6628459 or 9821082. OLE color: 9821082.
HSL color Cylindrical-coordinate representation of color #9ADB95: hue angle of 115.71º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9ADB95 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 154 | 219 | 149 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.14 |
| HSL | 115.71º | 0.49% | 0.72% | - |
| HSV(B) | 115.71º | 0.32% | 0.86% | - |
| XYZ | 44.08 | 59.7 | 37.63 | - |
| YUV | 191.59 | 103.97 | 101.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 219 | 149 | 0.30 | 0 | 0.32 | 0.14 | 115.71 | 0.49 | 0.72 |
| Hex | 9A | DB | 95 | 1E | 0 | 20 | E | 74 | 31 | 48 |
| Octal | 232 | 333 | 225 | 36 | 0 | 40 | 16 | 164 | 61 | 110 |
| Binary | 10011010 | 11011011 | 10010101 | 11110 | 0 | 100000 | 1110 | 1110100 | 110001 | 1001000 |
Color Harmonies of #9ADB95
Complementary color
Monochromatic Colors of #9ADB95
Black with #9ADB95
Text Example
Text Example
White with #9ADB95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ADB95; }
p { color: rgb(154,219,149); }
H1.HeaderClassName
{
color: #9ADB95;
}
.AnyTagClassName
{
color: #9ADB95;
}
</style>
background-color css
<style>
a { background-color: #9ADB95; }
a { background-color: rgb(154,219,149); }
div.DivClassName
{
background-color: #9ADB95;
}
.BgClassName
{
background-color: #9ADB95;
}
</style>
border-color css
<style>
span { border-color: #9ADB95; }
span { border-color: rgb(154,219,149); }
td.TdClassName
{
border-color: #9ADB95;
}
.TagClassName
{
border-color: #9ADB95;
}
</style>