#99DD9B

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

Shades of Granny Smith Apple #99DD9B

Tints of Granny Smith Apple #99DD9B

Color information

#99DD9B (or 0x99DD9B) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DD and 9B. RGB value is (153,221,155). Sum of RGB (Red+Green+Blue) = 153+221+155=529 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.92% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD9B is #662264. Grayscale: #C1C1C1. Windows color (decimal): -6693477 or 10214809. OLE color: 10214809.

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

Color convert

RGB153221155-
CMYK0.3100.300.13
HSL121.76º50%73.33%-
HSV(B)121.76º30.77%86.67%-
XYZ44.9160.8540.39-
YUV193.14106.4799.37-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.92%
GREEN value IS 221 (86.72% from 255) = 41.78%
BLUE value IS 155 (60.94% from 255) = 29.30%
R=28.92%
G=41.78%
B=29.30%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211550.3100.300.13121.765073.33
Hex99DD9B1F01ED7a3249
Octal231335233370361517262111
Binary10011001110111011001101111111011110110111110101100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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