#96D48E

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

Shades of Granny Smith Apple #96D48E

Tints of Granny Smith Apple #96D48E

Color information

#96D48E (or 0x96D48E) is unknown color: approx Granny Smith Apple. HEX triplet: 96, D4 and 8E. RGB value is (150,212,142). Sum of RGB (Red+Green+Blue) = 150+212+142=504 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.76% from 504); Green value is 212 (83.20% from 255 or 42.06% from 504); Blue value is 142 (55.86% from 255 or 28.17% from 504); Max value from RGB is 212 - color contains mainly: green. Hex color #96D48E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D48E is #692B71. Grayscale: #B9B9B9. Windows color (decimal): -6892402 or 9360534. OLE color: 9360534.

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

Color convert

RGB150212142-
CMYK0.2900.330.17
HSL113.14º44.87%69.41%-
HSV(B)113.14º33.02%83.14%-
XYZ4155.5234.15-
YUV185.48103.46102.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.76%
GREEN value IS 212 (83.20% from 255) = 42.06%
BLUE value IS 142 (55.86% from 255) = 28.17%
R=29.76%
G=42.06%
B=28.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1502121420.2900.330.17113.1444.8769.41
Hex96D48E1D02111712d45
Octal226324216350412116155105
Binary1001011011010100100011101110101000011000111100011011011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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