#99D99A

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

Shades of Granny Smith Apple #99D99A

Tints of Granny Smith Apple #99D99A

Color information

#99D99A (or 0x99D99A) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D9 and 9A. RGB value is (153,217,154). Sum of RGB (Red+Green+Blue) = 153+217+154=524 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.20% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #99D99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D99A is #662665. Grayscale: #BEBEBE. Windows color (decimal): -6694502 or 10148249. OLE color: 10148249.

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

Color convert

RGB153217154-
CMYK0.2900.290.15
HSL120.94º45.71%72.55%-
HSV(B)120.94º29.49%85.1%-
XYZ43.7858.7339.6-
YUV190.68107.3101.12-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.20%
GREEN value IS 217 (85.16% from 255) = 41.41%
BLUE value IS 154 (60.55% from 255) = 29.39%
R=29.20%
G=41.41%
B=29.39%

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
Decimal1532171540.2900.290.15120.9445.7172.55
Hex99D99A1D01DF792e49
Octal231331232350351717156111
Binary10011001110110011001101011101011101111111110011011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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