#9CF080

Color #9CF080 Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #9CF080

Tints of Granny Smith Apple #9CF080

Color information

#9CF080 (or 0x9CF080) is unknown color: approx Granny Smith Apple. HEX triplet: 9C, F0 and 80. RGB value is (156,240,128). Sum of RGB (Red+Green+Blue) = 156+240+128=524 (69% of max value = 765). Red value is 156 (61.33% from 255 or 29.77% from 524); Green value is 240 (94.14% from 255 or 45.80% from 524); Blue value is 128 (50.39% from 255 or 24.43% from 524); Max value from RGB is 240 - color contains mainly: green. Hex color #9CF080 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9CF080 is #630F7F. Grayscale: #CACACA. Windows color (decimal): -6492032 or 8450204. OLE color: 8450204.

HSL color Cylindrical-coordinate representation of color #9CF080: hue angle of 105º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9CF080 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB156240128-
CMYK0.3500.470.06
HSL105º78.87%72.16%-
HSV(B)105º46.67%94.12%-
XYZ48.7770.9531.55-
YUV202.1286.1795.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 156 (61.33% from 255) = 29.77%
GREEN value IS 240 (94.14% from 255) = 45.80%
BLUE value IS 128 (50.39% from 255) = 24.43%
R=29.77%
G=45.80%
B=24.43%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1562401280.3500.470.0610578.8772.16
Hex9CF0802302F6694f48
Octal234360200430576151117110
Binary1001110011110000100000001000110101111110110100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CF080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9CF080; }

 p { color: rgb(156,240,128); }

 H1.HeaderClassName
 {
   color: #9CF080;
 }
 .AnyTagClassName
 {
   color: #9CF080;
 }
</style>
background-color css

<style>
 a { background-color: #9CF080; }

 a { background-color: rgb(156,240,128); }

 div.DivClassName
 {
   background-color: #9CF080;
 }
 .BgClassName
 {
   background-color: #9CF080;
 }
</style>
border-color css

<style>
 span { border-color: #9CF080; }

 span { border-color: rgb(156,240,128); }

 td.TdClassName
 {
   border-color: #9CF080;
 }
 .TagClassName
 {
   border-color: #9CF080;
 }
</style>