Html Css Color HEX #9BDA98 Granny Smith Apple
📋 copy color: '#9BDA98'red 155 ◦ green 218 ◦ blue 152
Shades of Granny Smith Apple #9BDA98
Tints of Granny Smith Apple #9BDA98
RGB
CMYK
RGB Variations
Color information
#9BDA98 (or 0x9BDA98) is known color: Granny Smith Apple. HEX triplet: 9B, DA and 98. RGB value is (155,218,152). Sum of RGB (Red+Green+Blue) = 155+218+152=525 (69% of max value = 765). Red value is 155 (60.94% from 255 or 29.52% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 152 (59.77% from 255 or 28.95% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #9BDA98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BDA98 is #642567. Grayscale: #BFBFBF. Windows color (decimal): -6563176 or 10017435. OLE color: 10017435.
HSL color Cylindrical-coordinate representation of color #9BDA98: hue angle of 117.27º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BDA98 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 155 | 218 | 152 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.15 |
| HSL | 117.27º | 0.47% | 0.73% | - |
| HSV(B) | 117.27º | 0.3% | 0.85% | - |
| XYZ | 44.26 | 59.38 | 38.83 | - |
| YUV | 191.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 218 | 152 | 0.29 | 0 | 0.30 | 0.15 | 117.27 | 0.47 | 0.73 |
| Hex | 9B | DA | 98 | 1D | 0 | 1E | F | 75 | 2F | 49 |
| Octal | 233 | 332 | 230 | 35 | 0 | 36 | 17 | 165 | 57 | 111 |
| Binary | 10011011 | 11011010 | 10011000 | 11101 | 0 | 11110 | 1111 | 1110101 | 101111 | 1001001 |
Color Harmonies of #9BDA98
Complementary color
Monochromatic Colors of #9BDA98
Black with #9BDA98
Text Example
Text Example
White with #9BDA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BDA98; }
p { color: rgb(155,218,152); }
H1.HeaderClassName
{
color: #9BDA98;
}
.AnyTagClassName
{
color: #9BDA98;
}
</style>
background-color css
<style>
a { background-color: #9BDA98; }
a { background-color: rgb(155,218,152); }
div.DivClassName
{
background-color: #9BDA98;
}
.BgClassName
{
background-color: #9BDA98;
}
</style>
border-color css
<style>
span { border-color: #9BDA98; }
span { border-color: rgb(155,218,152); }
td.TdClassName
{
border-color: #9BDA98;
}
.TagClassName
{
border-color: #9BDA98;
}
</style>