Html Css Color HEX #9CF08C Granny Smith Apple
📋 copy color: '#9CF08C'red 156 ◦ green 240 ◦ blue 140
Shades of Granny Smith Apple #9CF08C
Tints of Granny Smith Apple #9CF08C
RGB
CMYK
RGB Variations
Color information
#9CF08C (or 0x9CF08C) is known color: Granny Smith Apple. HEX triplet: 9C, F0 and 8C. RGB value is (156,240,140). Sum of RGB (Red+Green+Blue) = 156+240+140=536 (70% of max value = 765). Red value is 156 (61.33% from 255 or 29.10% from 536); Green value is 240 (94.14% from 255 or 44.78% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF08C is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF08C is #630F73. Grayscale: #CBCBCB. Windows color (decimal): -6492020 or 9236636. OLE color: 9236636.
HSL color Cylindrical-coordinate representation of color #9CF08C: hue angle of 110.4º degrees, saturation: 0.77, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CF08C is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 156 | 240 | 140 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.06 |
| HSL | 110.4º | 0.77% | 0.75% | - |
| HSV(B) | 110.4º | 0.42% | 0.94% | - |
| XYZ | 49.6 | 71.28 | 35.96 | - |
| YUV | 203.48 | 92.17 | 94.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 240 | 140 | 0.35 | 0 | 0.42 | 0.06 | 110.4 | 0.77 | 0.75 |
| Hex | 9C | F0 | 8C | 23 | 0 | 2A | 6 | 6E | 4D | 4B |
| Octal | 234 | 360 | 214 | 43 | 0 | 52 | 6 | 156 | 115 | 113 |
| Binary | 10011100 | 11110000 | 10001100 | 100011 | 0 | 101010 | 110 | 1101110 | 1001101 | 1001011 |
Color Harmonies of #9CF08C
Complementary color
Monochromatic Colors of #9CF08C
Black with #9CF08C
Text Example
Text Example
White with #9CF08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF08C; }
p { color: rgb(156,240,140); }
H1.HeaderClassName
{
color: #9CF08C;
}
.AnyTagClassName
{
color: #9CF08C;
}
</style>
background-color css
<style>
a { background-color: #9CF08C; }
a { background-color: rgb(156,240,140); }
div.DivClassName
{
background-color: #9CF08C;
}
.BgClassName
{
background-color: #9CF08C;
}
</style>
border-color css
<style>
span { border-color: #9CF08C; }
span { border-color: rgb(156,240,140); }
td.TdClassName
{
border-color: #9CF08C;
}
.TagClassName
{
border-color: #9CF08C;
}
</style>