Html Css Color HEX #9BD495 Granny Smith Apple
📋 copy color: '#9BD495'red 155 ◦ green 212 ◦ blue 149
Shades of Granny Smith Apple #9BD495
Tints of Granny Smith Apple #9BD495
RGB
CMYK
RGB Variations
Color information
#9BD495 (or 0x9BD495) is known color: Granny Smith Apple. HEX triplet: 9B, D4 and 95. RGB value is (155,212,149). Sum of RGB (Red+Green+Blue) = 155+212+149=516 (68% of max value = 765). Red value is 155 (60.94% from 255 or 30.04% from 516); Green value is 212 (83.20% from 255 or 41.09% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 212 - color contains mainly: green. Hex color #9BD495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD495 is #642B6A. Grayscale: #BBBBBB. Windows color (decimal): -6564715 or 9819291. OLE color: 9819291.
HSL color Cylindrical-coordinate representation of color #9BD495: hue angle of 114.29º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BD495 is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 155 | 212 | 149 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.17 |
| HSL | 114.29º | 0.42% | 0.71% | - |
| HSV(B) | 114.29º | 0.3% | 0.83% | - |
| XYZ | 42.49 | 56.23 | 37.05 | - |
| YUV | 187.78 | 106.12 | 104.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 212 | 149 | 0.27 | 0 | 0.30 | 0.17 | 114.29 | 0.42 | 0.71 |
| Hex | 9B | D4 | 95 | 1B | 0 | 1E | 11 | 72 | 2A | 47 |
| Octal | 233 | 324 | 225 | 33 | 0 | 36 | 21 | 162 | 52 | 107 |
| Binary | 10011011 | 11010100 | 10010101 | 11011 | 0 | 11110 | 10001 | 1110010 | 101010 | 1000111 |
Color Harmonies of #9BD495
Complementary color
Monochromatic Colors of #9BD495
Black with #9BD495
Text Example
Text Example
White with #9BD495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD495; }
p { color: rgb(155,212,149); }
H1.HeaderClassName
{
color: #9BD495;
}
.AnyTagClassName
{
color: #9BD495;
}
</style>
background-color css
<style>
a { background-color: #9BD495; }
a { background-color: rgb(155,212,149); }
div.DivClassName
{
background-color: #9BD495;
}
.BgClassName
{
background-color: #9BD495;
}
</style>
border-color css
<style>
span { border-color: #9BD495; }
span { border-color: rgb(155,212,149); }
td.TdClassName
{
border-color: #9BD495;
}
.TagClassName
{
border-color: #9BD495;
}
</style>