#96D999

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

Shades of Granny Smith Apple #96D999

Tints of Granny Smith Apple #96D999

Color information

#96D999 (or 0x96D999) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D9 and 99. RGB value is (150,217,153). Sum of RGB (Red+Green+Blue) = 150+217+153=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 217 (85.16% from 255 or 41.73% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 217 - color contains mainly: green. Hex color #96D999 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D999 is #692666. Grayscale: #BDBDBD. Windows color (decimal): -6891111 or 10082710. OLE color: 10082710.

HSL color Cylindrical-coordinate representation of color #96D999: hue angle of 122.69º degrees, saturation: 0.47, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D999 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB150217153-
CMYK0.3100.290.15
HSL122.69º46.85%71.96%-
HSV(B)122.69º30.88%85.1%-
XYZ43.1458.4139.14-
YUV189.67107.399.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.85%
GREEN value IS 217 (85.16% from 255) = 41.73%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=28.85%
G=41.73%
B=29.42%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1502171530.3100.290.15122.6946.8571.96
Hex96D9991F01DF7b2f48
Octal226331231370351717357110
Binary10010110110110011001100111111011101111111110111011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96D999; }

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

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

<style>
 a { background-color: #96D999; }

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

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

<style>
 span { border-color: #96D999; }

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

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