Html Css Color HEX #9BDA9C Granny Smith Apple
📋 copy color: '#9BDA9C'red 155 ◦ green 218 ◦ blue 156
Shades of Granny Smith Apple #9BDA9C
Tints of Granny Smith Apple #9BDA9C
RGB
CMYK
RGB Variations
Color information
#9BDA9C (or 0x9BDA9C) is known color: Granny Smith Apple. HEX triplet: 9B, DA and 9C. RGB value is (155,218,156). Sum of RGB (Red+Green+Blue) = 155+218+156=529 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.30% from 529); Green value is 218 (85.55% from 255 or 41.21% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA9C is #642563. Grayscale: #C0C0C0. Windows color (decimal): -6563172 or 10279579. OLE color: 10279579.
HSL color Cylindrical-coordinate representation of color #9BDA9C: hue angle of 120.95º 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 #9BDA9C is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 156 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.15 |
| HSL | 120.95º | 0.46% | 0.73% | - |
| HSV(B) | 120.95º | 0.29% | 0.85% | - |
| XYZ | 44.59 | 59.51 | 40.59 | - |
| YUV | 192.1 | 107.63 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 156 | 0.29 | 0 | 0.28 | 0.15 | 120.95 | 0.46 | 0.73 |
| Hex | 9B | DA | 9C | 1D | 0 | 1C | F | 79 | 2E | 49 |
| Octal | 233 | 332 | 234 | 35 | 0 | 34 | 17 | 171 | 56 | 111 |
| Binary | 10011011 | 11011010 | 10011100 | 11101 | 0 | 11100 | 1111 | 1111001 | 101110 | 1001001 |
Color Harmonies of #9BDA9C
Complementary color
Monochromatic Colors of #9BDA9C
Black with #9BDA9C
Text Example
Text Example
White with #9BDA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA9C; }
p { color: rgb(155,218,156); }
H1.HeaderClassName
{
color: #9BDA9C;
}
.AnyTagClassName
{
color: #9BDA9C;
}
</style>
background-color css
<style>
a { background-color: #9BDA9C; }
a { background-color: rgb(155,218,156); }
div.DivClassName
{
background-color: #9BDA9C;
}
.BgClassName
{
background-color: #9BDA9C;
}
</style>
border-color css
<style>
span { border-color: #9BDA9C; }
span { border-color: rgb(155,218,156); }
td.TdClassName
{
border-color: #9BDA9C;
}
.TagClassName
{
border-color: #9BDA9C;
}
</style>