#99D28D

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

Shades of Granny Smith Apple #99D28D

Tints of Granny Smith Apple #99D28D

Color information

#99D28D (or 0x99D28D) is unknown color: approx Granny Smith Apple. HEX triplet: 99, D2 and 8D. RGB value is (153,210,141). Sum of RGB (Red+Green+Blue) = 153+210+141=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 210 (82.42% from 255 or 41.67% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 210 - color contains mainly: green. Hex color #99D28D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D28D is #662D72. Grayscale: #B9B9B9. Windows color (decimal): -6696307 or 9294489. OLE color: 9294489.

HSL color Cylindrical-coordinate representation of color #99D28D: hue angle of 109.57º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99D28D is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB153210141-
CMYK0.2700.330.18
HSL109.57º43.4%68.82%-
HSV(B)109.57º32.86%82.35%-
XYZ40.9954.7933.61-
YUV185.09103.12105.11-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.36%
GREEN value IS 210 (82.42% from 255) = 41.67%
BLUE value IS 141 (55.47% from 255) = 27.98%
R=30.36%
G=41.67%
B=27.98%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1532101410.2700.330.18109.5743.468.82
Hex99D28D1B021126e2b45
Octal231322215330412215653105
Binary1001100111010010100011011101101000011001011011101010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99D28D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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