#9ED498

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

Shades of Granny Smith Apple #9ED498

Tints of Granny Smith Apple #9ED498

Color information

#9ED498 (or 0x9ED498) is unknown color: approx Granny Smith Apple. HEX triplet: 9E, D4 and 98. RGB value is (158,212,152). Sum of RGB (Red+Green+Blue) = 158+212+152=522 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.27% from 522); Green value is 212 (83.20% from 255 or 40.61% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 212 - color contains mainly: green. Hex color #9ED498 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ED498 is #612B67. Grayscale: #BDBDBD. Windows color (decimal): -6368104 or 10015902. OLE color: 10015902.

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

Color convert

RGB158212152-
CMYK0.2500.280.17
HSL114º41.1%71.37%-
HSV(B)114º28.3%83.14%-
XYZ43.3156.6238.35-
YUV189.01107.11105.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.27%
GREEN value IS 212 (83.20% from 255) = 40.61%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=30.27%
G=40.61%
B=29.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1582121520.2500.280.1711441.171.37
Hex9ED4981901C11722947
Octal236324230310342116251107
Binary100111101101010010011000110010111001000111100101010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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