#99DD96

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

Shades of Granny Smith Apple #99DD96

Tints of Granny Smith Apple #99DD96

Color information

#99DD96 (or 0x99DD96) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DD and 96. RGB value is (153,221,150). Sum of RGB (Red+Green+Blue) = 153+221+150=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD96 is #662269. Grayscale: #C0C0C0. Windows color (decimal): -6693482 or 9887129. OLE color: 9887129.

HSL color Cylindrical-coordinate representation of color #99DD96: hue angle of 117.46º 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 #99DD96 is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB153221150-
CMYK0.3100.320.13
HSL117.46º51.08%72.75%-
HSV(B)117.46º32.13%86.67%-
XYZ44.560.6938.22-
YUV192.57103.9799.77-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 221 (86.72% from 255) = 42.18%
BLUE value IS 150 (58.98% from 255) = 28.63%
R=29.20%
G=42.18%
B=28.63%

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
Decimal1532211500.3100.320.13117.4651.0872.75
Hex99DD961F020D753349
Octal231335226370401516563111
Binary100110011101110110010110111110100000110111101011100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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