#99DD90

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

Shades of Granny Smith Apple #99DD90

Tints of Granny Smith Apple #99DD90

Color information

#99DD90 (or 0x99DD90) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DD and 90. RGB value is (153,221,144). Sum of RGB (Red+Green+Blue) = 153+221+144=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #99DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DD90 is #66226F. Grayscale: #C0C0C0. Windows color (decimal): -6693488 or 9493913. OLE color: 9493913.

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

Color convert

RGB153221144-
CMYK0.3100.350.13
HSL112.99º53.1%71.57%-
HSV(B)112.99º34.84%86.67%-
XYZ44.0360.535.74-
YUV191.89100.97100.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.54%
GREEN value IS 221 (86.72% from 255) = 42.66%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=29.54%
G=42.66%
B=27.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1532211440.3100.350.13112.9953.171.57
Hex99DD901F023D713548
Octal231335220370431516165110
Binary100110011101110110010000111110100011110111100011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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