#9ED495

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

Shades of Granny Smith Apple #9ED495

Tints of Granny Smith Apple #9ED495

Color information

#9ED495 (or 0x9ED495) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, D4 and 95. RGB value is (158,212,149). Sum of RGB (Red+Green+Blue) = 158+212+149=519 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.44% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 149 (58.59% from 255 or 28.71% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED495 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED495 is #612B6A. Grayscale: #BCBCBC. Windows color (decimal): -6368107 or 9819294. OLE color: 9819294.

HSL color Cylindrical-coordinate representation of color #9ED495: hue angle of 111.43º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9ED495 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB158212149-
CMYK0.2500.300.17
HSL111.43º42.28%70.78%-
HSV(B)111.43º29.72%83.14%-
XYZ43.0756.5337.07-
YUV188.67105.61106.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.44%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 149 (58.59% from 255) = 28.71%
R=30.44%
G=40.85%
B=28.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121490.2500.300.17111.4342.2870.78
Hex9ED4951901E116f2a47
Octal236324225310362115752107
Binary100111101101010010010101110010111101000111011111010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,212,149); }

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

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

 a { background-color: rgb(158,212,149); }

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

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

 span { border-color: rgb(158,212,149); }

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