#96D492

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

Shades of Granny Smith Apple #96D492

Tints of Granny Smith Apple #96D492

Color information

#96D492 (or 0x96D492) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D4 and 92. RGB value is (150,212,146). Sum of RGB (Red+Green+Blue) = 150+212+146=508 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.53% from 508); Green value is 212 (83.20% from 255 or 41.73% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 212 - color contains mainly: green. Hex color #96D492 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D492 is #692B6D. Grayscale: #BABABA. Windows color (decimal): -6892398 or 9622678. OLE color: 9622678.

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

Color convert

RGB150212146-
CMYK0.2900.310.17
HSL116.36º43.42%70.2%-
HSV(B)116.36º31.13%83.14%-
XYZ41.3155.6535.76-
YUV185.94105.46102.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.53%
GREEN value IS 212 (83.20% from 255) = 41.73%
BLUE value IS 146 (57.42% from 255) = 28.74%
R=29.53%
G=41.73%
B=28.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502121460.2900.310.17116.3643.4270.2
Hex96D4921D01F11742b46
Octal226324222350372116453106
Binary100101101101010010010010111010111111000111101001010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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