#98E196

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

Shades of Granny Smith Apple #98E196

Tints of Granny Smith Apple #98E196

Color information

#98E196 (or 0x98E196) is unknown color: approx Granny Smith Apple. HEX triplet: 98, E1 and 96. RGB value is (152,225,150). Sum of RGB (Red+Green+Blue) = 152+225+150=527 (69% of max value = 765). Red value is 152 (59.77% from 255 or 28.84% from 527); Green value is 225 (88.28% from 255 or 42.69% from 527); Blue value is 150 (58.98% from 255 or 28.46% from 527); Max value from RGB is 225 - color contains mainly: green. Hex color #98E196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98E196 is #671E69. Grayscale: #C2C2C2. Windows color (decimal): -6757994 or 9888152. OLE color: 9888152.

HSL color Cylindrical-coordinate representation of color #98E196: hue angle of 118.4º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #98E196 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.12.

Color convert

RGB152225150-
CMYK0.3200.330.12
HSL118.4º55.56%73.53%-
HSV(B)118.4º33.33%88.24%-
XYZ45.3862.7338.57-
YUV194.62102.8297.6-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.84%
GREEN value IS 225 (88.28% from 255) = 42.69%
BLUE value IS 150 (58.98% from 255) = 28.46%
R=28.84%
G=42.69%
B=28.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1522251500.3200.330.12118.455.5673.53
Hex98E19620021C76384a
Octal230341226400411416670112
Binary1001100011100001100101101000000100001110011101101110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98E196; }

 p { color: rgb(152,225,150); }

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

<style>
 a { background-color: #98E196; }

 a { background-color: rgb(152,225,150); }

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

<style>
 span { border-color: #98E196; }

 span { border-color: rgb(152,225,150); }

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