#99D98B

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

Shades of Granny Smith Apple #99D98B

Tints of Granny Smith Apple #99D98B

Color information

#99D98B (or 0x99D98B) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D9 and 8B. RGB value is (153,217,139). Sum of RGB (Red+Green+Blue) = 153+217+139=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #99D98B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D98B is #662674. Grayscale: #BDBDBD. Windows color (decimal): -6694517 or 9165209. OLE color: 9165209.

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

Color convert

RGB153217139-
CMYK0.2900.360.15
HSL109.23º50.65%69.8%-
HSV(B)109.23º35.94%85.1%-
XYZ42.6158.2633.43-
YUV188.9799.8102.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.06%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 139 (54.69% from 255) = 27.31%
R=30.06%
G=42.63%
B=27.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171390.2900.360.15109.2350.6569.8
Hex99D98B1D024F6d3346
Octal231331213350441715563106
Binary100110011101100110001011111010100100111111011011100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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