Html Css Color HEX #9BF08A Granny Smith Apple
📋 copy color: '#9BF08A'red 155 ◦ green 240 ◦ blue 138
Shades of Granny Smith Apple #9BF08A
Tints of Granny Smith Apple #9BF08A
RGB
CMYK
RGB Variations
Color information
#9BF08A (or 0x9BF08A) is known color: Granny Smith Apple. HEX triplet: 9B, F0 and 8A. RGB value is (155,240,138). Sum of RGB (Red+Green+Blue) = 155+240+138=533 (70% of max value = 765). Red value is 155 (60.94% from 255 or 29.08% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 138 (54.30% from 255 or 25.89% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #9BF08A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9BF08A is #640F75. Grayscale: #CBCBCB. Windows color (decimal): -6557558 or 9105563. OLE color: 9105563.
HSL color Cylindrical-coordinate representation of color #9BF08A: hue angle of 110º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9BF08A is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 240 | 138 | - |
| CMYK | 0.35 | 0 | 0.42 | 0.06 |
| HSL | 110º | 0.77% | 0.74% | - |
| HSV(B) | 110º | 0.43% | 0.94% | - |
| XYZ | 49.27 | 71.12 | 35.18 | - |
| YUV | 202.96 | 91.34 | 93.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 240 | 138 | 0.35 | 0 | 0.42 | 0.06 | 110 | 0.77 | 0.74 |
| Hex | 9B | F0 | 8A | 23 | 0 | 2A | 6 | 6E | 4D | 4A |
| Octal | 233 | 360 | 212 | 43 | 0 | 52 | 6 | 156 | 115 | 112 |
| Binary | 10011011 | 11110000 | 10001010 | 100011 | 0 | 101010 | 110 | 1101110 | 1001101 | 1001010 |
Color Harmonies of #9BF08A
Complementary color
Monochromatic Colors of #9BF08A
Black with #9BF08A
Text Example
Text Example
White with #9BF08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF08A; }
p { color: rgb(155,240,138); }
H1.HeaderClassName
{
color: #9BF08A;
}
.AnyTagClassName
{
color: #9BF08A;
}
</style>
background-color css
<style>
a { background-color: #9BF08A; }
a { background-color: rgb(155,240,138); }
div.DivClassName
{
background-color: #9BF08A;
}
.BgClassName
{
background-color: #9BF08A;
}
</style>
border-color css
<style>
span { border-color: #9BF08A; }
span { border-color: rgb(155,240,138); }
td.TdClassName
{
border-color: #9BF08A;
}
.TagClassName
{
border-color: #9BF08A;
}
</style>