#96D292

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

Shades of Granny Smith Apple #96D292

Tints of Granny Smith Apple #96D292

Color information

#96D292 (or 0x96D292) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D2 and 92. RGB value is (150,210,146). Sum of RGB (Red+Green+Blue) = 150+210+146=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 210 (82.42% from 255 or 41.50% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 210 - color contains mainly: green. Hex color #96D292 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D292 is #692D6D. Grayscale: #B8B8B8. Windows color (decimal): -6892910 or 9622166. OLE color: 9622166.

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

Color convert

RGB150210146-
CMYK0.2900.300.18
HSL116.25º41.56%69.8%-
HSV(B)116.25º30.48%82.35%-
XYZ40.8154.6535.59-
YUV184.76106.12103.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 210 (82.42% from 255) = 41.50%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=29.64%
G=41.50%
B=28.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1502101460.2900.300.18116.2541.5669.8
Hex96D2921D01E12742a46
Octal226322222350362216452106
Binary100101101101001010010010111010111101001011101001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,210,146); }

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

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

 a { background-color: rgb(150,210,146); }

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

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

 span { border-color: rgb(150,210,146); }

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