Html Css Color HEX #9BD094 Granny Smith Apple
📋 copy color: '#9BD094'red 155 ◦ green 208 ◦ blue 148
Shades of Granny Smith Apple #9BD094
Tints of Granny Smith Apple #9BD094
RGB
CMYK
RGB Variations
Color information
#9BD094 (or 0x9BD094) is known color: Granny Smith Apple. HEX triplet: 9B, D0 and 94. RGB value is (155,208,148). Sum of RGB (Red+Green+Blue) = 155+208+148=511 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.33% from 511); Green value is 208 (81.64% from 255 or 40.70% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 208 - color contains mainly: green. Hex color #9BD094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD094 is #642F6B. Grayscale: #B9B9B9. Windows color (decimal): -6565740 or 9752731. OLE color: 9752731.
HSL color Cylindrical-coordinate representation of color #9BD094: hue angle of 113º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BD094 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 155 | 208 | 148 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.18 |
| HSL | 113º | 0.39% | 0.7% | - |
| HSV(B) | 113º | 0.29% | 0.82% | - |
| XYZ | 41.42 | 54.22 | 36.3 | - |
| YUV | 185.31 | 106.94 | 106.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 208 | 148 | 0.25 | 0 | 0.29 | 0.18 | 113 | 0.39 | 0.7 |
| Hex | 9B | D0 | 94 | 19 | 0 | 1D | 12 | 71 | 27 | 46 |
| Octal | 233 | 320 | 224 | 31 | 0 | 35 | 22 | 161 | 47 | 106 |
| Binary | 10011011 | 11010000 | 10010100 | 11001 | 0 | 11101 | 10010 | 1110001 | 100111 | 1000110 |
Color Harmonies of #9BD094
Complementary color
Monochromatic Colors of #9BD094
Black with #9BD094
Text Example
Text Example
White with #9BD094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD094; }
p { color: rgb(155,208,148); }
H1.HeaderClassName
{
color: #9BD094;
}
.AnyTagClassName
{
color: #9BD094;
}
</style>
background-color css
<style>
a { background-color: #9BD094; }
a { background-color: rgb(155,208,148); }
div.DivClassName
{
background-color: #9BD094;
}
.BgClassName
{
background-color: #9BD094;
}
</style>
border-color css
<style>
span { border-color: #9BD094; }
span { border-color: rgb(155,208,148); }
td.TdClassName
{
border-color: #9BD094;
}
.TagClassName
{
border-color: #9BD094;
}
</style>