Html Css Color HEX #9BDA9A Granny Smith Apple
📋 copy color: '#9BDA9A'red 155 ◦ green 218 ◦ blue 154
Shades of Granny Smith Apple #9BDA9A
Tints of Granny Smith Apple #9BDA9A
RGB
CMYK
RGB Variations
Color information
#9BDA9A (or 0x9BDA9A) is known color: Granny Smith Apple. HEX triplet: 9B, DA and 9A. RGB value is (155,218,154). Sum of RGB (Red+Green+Blue) = 155+218+154=527 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.41% from 527); Green value is 218 (85.55% from 255 or 41.37% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA9A is #642565. Grayscale: #C0C0C0. Windows color (decimal): -6563174 or 10148507. OLE color: 10148507.
HSL color Cylindrical-coordinate representation of color #9BDA9A: hue angle of 119.06º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BDA9A is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 154 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.15 |
| HSL | 119.06º | 0.46% | 0.73% | - |
| HSV(B) | 119.06º | 0.29% | 0.85% | - |
| XYZ | 44.42 | 59.44 | 39.7 | - |
| YUV | 191.87 | 106.63 | 101.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 154 | 0.29 | 0 | 0.29 | 0.15 | 119.06 | 0.46 | 0.73 |
| Hex | 9B | DA | 9A | 1D | 0 | 1D | F | 77 | 2E | 49 |
| Octal | 233 | 332 | 232 | 35 | 0 | 35 | 17 | 167 | 56 | 111 |
| Binary | 10011011 | 11011010 | 10011010 | 11101 | 0 | 11101 | 1111 | 1110111 | 101110 | 1001001 |
Color Harmonies of #9BDA9A
Complementary color
Monochromatic Colors of #9BDA9A
Black with #9BDA9A
Text Example
Text Example
White with #9BDA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA9A; }
p { color: rgb(155,218,154); }
H1.HeaderClassName
{
color: #9BDA9A;
}
.AnyTagClassName
{
color: #9BDA9A;
}
</style>
background-color css
<style>
a { background-color: #9BDA9A; }
a { background-color: rgb(155,218,154); }
div.DivClassName
{
background-color: #9BDA9A;
}
.BgClassName
{
background-color: #9BDA9A;
}
</style>
border-color css
<style>
span { border-color: #9BDA9A; }
span { border-color: rgb(155,218,154); }
td.TdClassName
{
border-color: #9BDA9A;
}
.TagClassName
{
border-color: #9BDA9A;
}
</style>