#99D99C

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

Shades of Granny Smith Apple #99D99C

Tints of Granny Smith Apple #99D99C

Color information

#99D99C (or 0x99D99C) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D9 and 9C. RGB value is (153,217,156). Sum of RGB (Red+Green+Blue) = 153+217+156=526 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.09% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 156 (61.33% from 255 or 29.66% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #99D99C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D99C is #662663. Grayscale: #BFBFBF. Windows color (decimal): -6694500 or 10279321. OLE color: 10279321.

HSL color Cylindrical-coordinate representation of color #99D99C: hue angle of 122.81º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D99C is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB153217156-
CMYK0.2900.280.15
HSL122.81º45.71%72.55%-
HSV(B)122.81º29.49%85.1%-
XYZ43.9558.840.49-
YUV190.91108.3100.96-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.09%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 156 (61.33% from 255) = 29.66%
R=29.09%
G=41.25%
B=29.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171560.2900.280.15122.8145.7172.55
Hex99D99C1D01CF7b2e49
Octal231331234350341717356111
Binary10011001110110011001110011101011100111111110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D99C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,217,156); }

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

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

 a { background-color: rgb(153,217,156); }

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

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

 span { border-color: rgb(153,217,156); }

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