#99D998

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

Shades of Granny Smith Apple #99D998

Tints of Granny Smith Apple #99D998

Color information

#99D998 (or 0x99D998) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D9 and 98. RGB value is (153,217,152). Sum of RGB (Red+Green+Blue) = 153+217+152=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 152 (59.77% from 255 or 29.12% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #99D998 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D998 is #662667. Grayscale: #BEBEBE. Windows color (decimal): -6694504 or 10017177. OLE color: 10017177.

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

Color convert

RGB153217152-
CMYK0.2900.300.15
HSL119.08º46.1%72.35%-
HSV(B)119.08º29.95%85.1%-
XYZ43.6258.6738.73-
YUV190.45106.3101.29-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.31%
GREEN value IS 217 (85.16% from 255) = 41.57%
BLUE value IS 152 (59.77% from 255) = 29.12%
R=29.31%
G=41.57%
B=29.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532171520.2900.300.15119.0846.172.35
Hex99D9981D01EF772e48
Octal231331230350361716756110
Binary10011001110110011001100011101011110111111101111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D998

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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