#98D196

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

Shades of Granny Smith Apple #98D196

Tints of Granny Smith Apple #98D196

Color information

#98D196 (or 0x98D196) is unknown color: approx Granny Smith Apple. HEX triplet: 98, D1 and 96. RGB value is (152,209,150). Sum of RGB (Red+Green+Blue) = 152+209+150=511 (67% of max value = 765). Red value is 152 (59.77% from 255 or 29.75% from 511); Green value is 209 (82.03% from 255 or 40.90% from 511); Blue value is 150 (58.98% from 255 or 29.35% from 511); Max value from RGB is 209 - color contains mainly: green. Hex color #98D196 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98D196 is #672E69. Grayscale: #B9B9B9. Windows color (decimal): -6762090 or 9884056. OLE color: 9884056.

HSL color Cylindrical-coordinate representation of color #98D196: hue angle of 117.97º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98D196 is Cyan = 0.27, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB152209150-
CMYK0.2700.280.18
HSL117.97º39.07%70.39%-
HSV(B)117.97º28.23%81.96%-
XYZ41.2554.4837.2-
YUV185.23108.12104.3-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.75%
GREEN value IS 209 (82.03% from 255) = 40.90%
BLUE value IS 150 (58.98% from 255) = 29.35%
R=29.75%
G=40.90%
B=29.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1522091500.2700.280.18117.9739.0770.39
Hex98D1961B01C12762746
Octal230321226330342216647106
Binary100110001101000110010110110110111001001011101101001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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