#99D88D

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

Shades of Granny Smith Apple #99D88D

Tints of Granny Smith Apple #99D88D

Color information

#99D88D (or 0x99D88D) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D8 and 8D. RGB value is (153,216,141). Sum of RGB (Red+Green+Blue) = 153+216+141=510 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30% from 510); Green value is 216 (84.77% from 255 or 42.35% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 216 - color contains mainly: green. Hex color #99D88D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D88D is #662772. Grayscale: #BCBCBC. Windows color (decimal): -6694771 or 9296025. OLE color: 9296025.

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

Color convert

RGB153216141-
CMYK0.2900.350.15
HSL110.4º49.02%70%-
HSV(B)110.4º34.72%84.71%-
XYZ42.557.8134.12-
YUV188.61101.13102.6-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30%
GREEN value IS 216 (84.77% from 255) = 42.35%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=30%
G=42.35%
B=27.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1532161410.2900.350.15110.449.0270
Hex99D88D1D023F6e3146
Octal231330215350431715661106
Binary100110011101100010001101111010100011111111011101100011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,216,141); }

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

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

 a { background-color: rgb(153,216,141); }

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

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

 span { border-color: rgb(153,216,141); }

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