#99D99B

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

Shades of Granny Smith Apple #99D99B

Tints of Granny Smith Apple #99D99B

Color information

#99D99B (or 0x99D99B) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D9 and 9B. RGB value is (153,217,155). Sum of RGB (Red+Green+Blue) = 153+217+155=525 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.14% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #99D99B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D99B is #662664. Grayscale: #BEBEBE. Windows color (decimal): -6694501 or 10213785. OLE color: 10213785.

HSL color Cylindrical-coordinate representation of color #99D99B: hue angle of 121.87º 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 #99D99B is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB153217155-
CMYK0.2900.290.15
HSL121.87º45.71%72.55%-
HSV(B)121.87º29.49%85.1%-
XYZ43.8758.7640.04-
YUV190.8107.8101.04-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.14%
GREEN value IS 217 (85.16% from 255) = 41.33%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=29.14%
G=41.33%
B=29.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171550.2900.290.15121.8745.7172.55
Hex99D99B1D01DF7a2e49
Octal231331233350351717256111
Binary10011001110110011001101111101011101111111110101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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