#9EF580

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

Shades of Granny Smith Apple #9EF580

Tints of Granny Smith Apple #9EF580

Color information

#9EF580 (or 0x9EF580) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, F5 and 80. RGB value is (158,245,128). Sum of RGB (Red+Green+Blue) = 158+245+128=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 128 (50.39% from 255 or 24.11% from 531); Max value from RGB is 245 - color contains mainly: green. Hex color #9EF580 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF580 is #610A7F. Grayscale: #CECECE. Windows color (decimal): -6359680 or 8451486. OLE color: 8451486.

HSL color Cylindrical-coordinate representation of color #9EF580: hue angle of 104.62º degrees, saturation: 0.85, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EF580 is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB158245128-
CMYK0.3600.480.04
HSL104.62º85.4%73.14%-
HSV(B)104.62º47.76%96.08%-
XYZ50.6574.1332.06-
YUV205.6584.1894.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 245 (96.09% from 255) = 46.14%
BLUE value IS 128 (50.39% from 255) = 24.11%
R=29.76%
G=46.14%
B=24.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582451280.3600.480.04104.6285.473.14
Hex9EF580240304695549
Octal236365200440604151125111
Binary1001111011110101100000001001000110000100110100110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,245,128); }

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

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

 a { background-color: rgb(158,245,128); }

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

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

 span { border-color: rgb(158,245,128); }

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