#96D394

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

Shades of Granny Smith Apple #96D394

Tints of Granny Smith Apple #96D394

Color information

#96D394 (or 0x96D394) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D3 and 94. RGB value is (150,211,148). Sum of RGB (Red+Green+Blue) = 150+211+148=509 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.47% from 509); Green value is 211 (82.81% from 255 or 41.45% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 211 - color contains mainly: green. Hex color #96D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D394 is #692C6B. Grayscale: #B9B9B9. Windows color (decimal): -6892652 or 9753494. OLE color: 9753494.

HSL color Cylindrical-coordinate representation of color #96D394: hue angle of 118.1º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #96D394 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB150211148-
CMYK0.2900.300.17
HSL118.1º41.72%70.39%-
HSV(B)118.1º29.86%82.75%-
XYZ41.2255.2136.5-
YUV185.58106.79102.62-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.47%
GREEN value IS 211 (82.81% from 255) = 41.45%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=29.47%
G=41.45%
B=29.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502111480.2900.300.17118.141.7270.39
Hex96D3941D01E11762a46
Octal226323224350362116652106
Binary100101101101001110010100111010111101000111101101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,211,148); }

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

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

 a { background-color: rgb(150,211,148); }

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

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

 span { border-color: rgb(150,211,148); }

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