Html Css Color HEX #9BCF9B Granny Smith Apple
📋 copy color: '#9BCF9B'red 155 ◦ green 207 ◦ blue 155
Shades of Granny Smith Apple #9BCF9B
Tints of Granny Smith Apple #9BCF9B
RGB
CMYK
RGB Variations
Color information
#9BCF9B (or 0x9BCF9B) is known color: Granny Smith Apple. HEX triplet: 9B, CF and 9B. RGB value is (155,207,155). Sum of RGB (Red+Green+Blue) = 155+207+155=517 (68% of max value = 765). Red value is 155 (60.94% from 255 or 29.98% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 155 (60.94% from 255 or 29.98% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9BCF9B is #643064. Grayscale: #B9B9B9. Windows color (decimal): -6565989 or 10211227. OLE color: 10211227.
HSL color Cylindrical-coordinate representation of color #9BCF9B: hue angle of 120º degrees, saturation: 0.35, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9BCF9B is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 155 | - |
| CMYK | 0.25 | 0 | 0.25 | 0.19 |
| HSL | 120º | 0.35% | 0.71% | - |
| HSV(B) | 120º | 0.25% | 0.81% | - |
| XYZ | 41.75 | 53.96 | 39.23 | - |
| YUV | 185.52 | 110.77 | 106.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 155 | 0.25 | 0 | 0.25 | 0.19 | 120 | 0.35 | 0.71 |
| Hex | 9B | CF | 9B | 19 | 0 | 19 | 13 | 78 | 23 | 47 |
| Octal | 233 | 317 | 233 | 31 | 0 | 31 | 23 | 170 | 43 | 107 |
| Binary | 10011011 | 11001111 | 10011011 | 11001 | 0 | 11001 | 10011 | 1111000 | 100011 | 1000111 |
Color Harmonies of #9BCF9B
Complementary color
Monochromatic Colors of #9BCF9B
Black with #9BCF9B
Text Example
Text Example
White with #9BCF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF9B; }
p { color: rgb(155,207,155); }
H1.HeaderClassName
{
color: #9BCF9B;
}
.AnyTagClassName
{
color: #9BCF9B;
}
</style>
background-color css
<style>
a { background-color: #9BCF9B; }
a { background-color: rgb(155,207,155); }
div.DivClassName
{
background-color: #9BCF9B;
}
.BgClassName
{
background-color: #9BCF9B;
}
</style>
border-color css
<style>
span { border-color: #9BCF9B; }
span { border-color: rgb(155,207,155); }
td.TdClassName
{
border-color: #9BCF9B;
}
.TagClassName
{
border-color: #9BCF9B;
}
</style>