Html Css Color HEX #9CF282 Granny Smith Apple
📋 copy color: '#9CF282'red 156 ◦ green 242 ◦ blue 130
Shades of Granny Smith Apple #9CF282
Tints of Granny Smith Apple #9CF282
RGB
CMYK
RGB Variations
Color information
#9CF282 (or 0x9CF282) is known color: Granny Smith Apple. HEX triplet: 9C, F2 and 82. RGB value is (156,242,130). Sum of RGB (Red+Green+Blue) = 156+242+130=528 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.55% from 528); Green value is 242 (94.92% from 255 or 45.83% from 528); Blue value is 130 (51.17% from 255 or 24.62% from 528); Max value from RGB is 242 - color contains mainly: green. Hex color #9CF282 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF282 is #630D7D. Grayscale: #CBCBCB. Windows color (decimal): -6491518 or 8581788. OLE color: 8581788.
HSL color Cylindrical-coordinate representation of color #9CF282: hue angle of 106.07º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9CF282 is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 156 | 242 | 130 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.05 |
| HSL | 106.07º | 0.81% | 0.73% | - |
| HSV(B) | 106.07º | 0.46% | 0.95% | - |
| XYZ | 49.49 | 72.18 | 32.44 | - |
| YUV | 203.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 242 | 130 | 0.36 | 0 | 0.46 | 0.05 | 106.07 | 0.81 | 0.73 |
| Hex | 9C | F2 | 82 | 24 | 0 | 2E | 5 | 6A | 51 | 49 |
| Octal | 234 | 362 | 202 | 44 | 0 | 56 | 5 | 152 | 121 | 111 |
| Binary | 10011100 | 11110010 | 10000010 | 100100 | 0 | 101110 | 101 | 1101010 | 1010001 | 1001001 |
Color Harmonies of #9CF282
Complementary color
Monochromatic Colors of #9CF282
Black with #9CF282
Text Example
Text Example
White with #9CF282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9CF282; }
p { color: rgb(156,242,130); }
H1.HeaderClassName
{
color: #9CF282;
}
.AnyTagClassName
{
color: #9CF282;
}
</style>
background-color css
<style>
a { background-color: #9CF282; }
a { background-color: rgb(156,242,130); }
div.DivClassName
{
background-color: #9CF282;
}
.BgClassName
{
background-color: #9CF282;
}
</style>
border-color css
<style>
span { border-color: #9CF282; }
span { border-color: rgb(156,242,130); }
td.TdClassName
{
border-color: #9CF282;
}
.TagClassName
{
border-color: #9CF282;
}
</style>