Html Css Color HEX #9BD098 Granny Smith Apple
📋 copy color: '#9BD098'red 155 ◦ green 208 ◦ blue 152
Shades of Granny Smith Apple #9BD098
Tints of Granny Smith Apple #9BD098
RGB
CMYK
RGB Variations
Color information
#9BD098 (or 0x9BD098) is known color: Granny Smith Apple. HEX triplet: 9B, D0 and 98. RGB value is (155,208,152). Sum of RGB (Red+Green+Blue) = 155+208+152=515 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.10% from 515); Green value is 208 (81.64% from 255 or 40.39% from 515); Blue value is 152 (59.77% from 255 or 29.51% from 515); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD098 is #642F67. Grayscale: #B9B9B9. Windows color (decimal): -6565736 or 10014875. OLE color: 10014875.
HSL color Cylindrical-coordinate representation of color #9BD098: hue angle of 116.79º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9BD098 is Cyan = 0.25, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 152 | - |
| CMYK | 0.25 | 0 | 0.27 | 0.18 |
| HSL | 116.79º | 0.37% | 0.71% | - |
| HSV(B) | 116.79º | 0.27% | 0.82% | - |
| XYZ | 41.74 | 54.35 | 38 | - |
| YUV | 185.77 | 108.94 | 106.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 152 | 0.25 | 0 | 0.27 | 0.18 | 116.79 | 0.37 | 0.71 |
| Hex | 9B | D0 | 98 | 19 | 0 | 1B | 12 | 75 | 25 | 47 |
| Octal | 233 | 320 | 230 | 31 | 0 | 33 | 22 | 165 | 45 | 107 |
| Binary | 10011011 | 11010000 | 10011000 | 11001 | 0 | 11011 | 10010 | 1110101 | 100101 | 1000111 |
Color Harmonies of #9BD098
Complementary color
Monochromatic Colors of #9BD098
Black with #9BD098
Text Example
Text Example
White with #9BD098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD098; }
p { color: rgb(155,208,152); }
H1.HeaderClassName
{
color: #9BD098;
}
.AnyTagClassName
{
color: #9BD098;
}
</style>
background-color css
<style>
a { background-color: #9BD098; }
a { background-color: rgb(155,208,152); }
div.DivClassName
{
background-color: #9BD098;
}
.BgClassName
{
background-color: #9BD098;
}
</style>
border-color css
<style>
span { border-color: #9BD098; }
span { border-color: rgb(155,208,152); }
td.TdClassName
{
border-color: #9BD098;
}
.TagClassName
{
border-color: #9BD098;
}
</style>