#98DD96

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

Shades of Granny Smith Apple #98DD96

Tints of Granny Smith Apple #98DD96

Color information

#98DD96 (or 0x98DD96) is unknown color: approx Granny Smith Apple. HEX triplet: 98, DD and 96. RGB value is (152,221,150). Sum of RGB (Red+Green+Blue) = 152+221+150=523 (69% of max value = 765). Red value is 152 (59.77% from 255 or 29.06% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #98DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #98DD96 is #672269. Grayscale: #C0C0C0. Windows color (decimal): -6759018 or 9887128. OLE color: 9887128.

HSL color Cylindrical-coordinate representation of color #98DD96: hue angle of 118.31º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #98DD96 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB152221150-
CMYK0.3100.320.13
HSL118.31º51.08%72.75%-
HSV(B)118.31º32.13%86.67%-
XYZ44.3160.5938.21-
YUV192.28104.1499.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 29.06%
GREEN value IS 221 (86.72% from 255) = 42.26%
BLUE value IS 150 (58.98% from 255) = 28.68%
R=29.06%
G=42.26%
B=28.68%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1522211500.3100.320.13118.3151.0872.75
Hex98DD961F020D763349
Octal230335226370401516663111
Binary100110001101110110010110111110100000110111101101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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