#9EF085

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

Shades of Granny Smith Apple #9EF085

Tints of Granny Smith Apple #9EF085

Color information

#9EF085 (or 0x9EF085) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, F0 and 85. RGB value is (158,240,133). Sum of RGB (Red+Green+Blue) = 158+240+133=531 (70% of max value = 765). Red value is 158 (62.11% from 255 or 29.76% from 531); Green value is 240 (94.14% from 255 or 45.20% from 531); Blue value is 133 (52.34% from 255 or 25.05% from 531); Max value from RGB is 240 - color contains mainly: green. Hex color #9EF085 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9EF085 is #610F7A. Grayscale: #CBCBCB. Windows color (decimal): -6360955 or 8777886. OLE color: 8777886.

HSL color Cylindrical-coordinate representation of color #9EF085: hue angle of 105.98º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EF085 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.

Color convert

RGB158240133-
CMYK0.3400.450.06
HSL105.98º78.1%73.14%-
HSV(B)105.98º44.58%94.12%-
XYZ49.4971.2833.34-
YUV203.2888.3395.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 29.76%
GREEN value IS 240 (94.14% from 255) = 45.20%
BLUE value IS 133 (52.34% from 255) = 25.05%
R=29.76%
G=45.20%
B=25.05%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1582401330.3400.450.06105.9878.173.14
Hex9EF0852202D66a4e49
Octal236360205420556152116111
Binary1001111011110000100001011000100101101110110101010011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,240,133); }

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

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

 a { background-color: rgb(158,240,133); }

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

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

 span { border-color: rgb(158,240,133); }

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