Html Css Color HEX #9BD68C Granny Smith Apple
📋 copy color: '#9BD68C'red 155 ◦ green 214 ◦ blue 140
Shades of Granny Smith Apple #9BD68C
Tints of Granny Smith Apple #9BD68C
RGB
CMYK
RGB Variations
Color information
#9BD68C (or 0x9BD68C) is known color: Granny Smith Apple. HEX triplet: 9B, D6 and 8C. RGB value is (155,214,140). Sum of RGB (Red+Green+Blue) = 155+214+140=509 (67% of max value = 765). Red value is 155 (60.94% from 255 or 30.45% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #9BD68C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BD68C is #642973. Grayscale: #BCBCBC. Windows color (decimal): -6564212 or 9229979. OLE color: 9229979.
HSL color Cylindrical-coordinate representation of color #9BD68C: hue angle of 107.84º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BD68C is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 155 | 214 | 140 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.16 |
| HSL | 107.84º | 0.47% | 0.69% | - |
| HSV(B) | 107.84º | 0.35% | 0.84% | - |
| XYZ | 42.3 | 56.96 | 33.58 | - |
| YUV | 187.92 | 100.95 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 214 | 140 | 0.28 | 0 | 0.35 | 0.16 | 107.84 | 0.47 | 0.69 |
| Hex | 9B | D6 | 8C | 1C | 0 | 23 | 10 | 6C | 2F | 45 |
| Octal | 233 | 326 | 214 | 34 | 0 | 43 | 20 | 154 | 57 | 105 |
| Binary | 10011011 | 11010110 | 10001100 | 11100 | 0 | 100011 | 10000 | 1101100 | 101111 | 1000101 |
Color Harmonies of #9BD68C
Complementary color
Monochromatic Colors of #9BD68C
Black with #9BD68C
Text Example
Text Example
White with #9BD68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BD68C; }
p { color: rgb(155,214,140); }
H1.HeaderClassName
{
color: #9BD68C;
}
.AnyTagClassName
{
color: #9BD68C;
}
</style>
background-color css
<style>
a { background-color: #9BD68C; }
a { background-color: rgb(155,214,140); }
div.DivClassName
{
background-color: #9BD68C;
}
.BgClassName
{
background-color: #9BD68C;
}
</style>
border-color css
<style>
span { border-color: #9BD68C; }
span { border-color: rgb(155,214,140); }
td.TdClassName
{
border-color: #9BD68C;
}
.TagClassName
{
border-color: #9BD68C;
}
</style>