#99DB8E

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

Shades of Granny Smith Apple #99DB8E

Tints of Granny Smith Apple #99DB8E

Color information

#99DB8E (or 0x99DB8E) is unknown color: approx Granny Smith Apple. HEX triplet: 99, DB and 8E. RGB value is (153,219,142). Sum of RGB (Red+Green+Blue) = 153+219+142=514 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.77% from 514); Green value is 219 (85.94% from 255 or 42.61% from 514); Blue value is 142 (55.86% from 255 or 27.63% from 514); Max value from RGB is 219 - color contains mainly: green. Hex color #99DB8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DB8E is #662471. Grayscale: #BEBEBE. Windows color (decimal): -6694002 or 9362329. OLE color: 9362329.

HSL color Cylindrical-coordinate representation of color #99DB8E: hue angle of 111.43º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99DB8E is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB153219142-
CMYK0.3000.350.14
HSL111.43º51.68%70.78%-
HSV(B)111.43º35.16%85.88%-
XYZ43.3559.3934.77-
YUV190.49100.63101.26-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.77%
GREEN value IS 219 (85.94% from 255) = 42.61%
BLUE value IS 142 (55.86% from 255) = 27.63%
R=29.77%
G=42.61%
B=27.63%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1532191420.3000.350.14111.4351.6870.78
Hex99DB8E1E023E6f3447
Octal231333216360431615764107
Binary100110011101101110001110111100100011111011011111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99DB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,219,142); }

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

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

 a { background-color: rgb(153,219,142); }

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

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

 span { border-color: rgb(153,219,142); }

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