#96c543

Color #96C543 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #96C543

Tints of Atlantis #96C543

Color information

#96C543 (or 0x96C543) is unknown color: approx Atlantis. HEX triplet: 96, C5 and 43. RGB value is (150,197,67). Sum of RGB (Red+Green+Blue) = 150+197+67=414 (54% of max value = 765). Red value is 150 (58.98% from 255 or 36.23% from 414); Green value is 197 (77.34% from 255 or 47.58% from 414); Blue value is 67 (26.56% from 255 or 16.18% from 414); Max value from RGB is 197 - color contains mainly: green. Hex color #96C543 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C543 is #693ABC. Grayscale: #A8A8A8. Windows color (decimal): -6896317 or 4441494. OLE color: 4441494.

HSL color Cylindrical-coordinate representation of color #96C543: hue angle of 81.69º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96C543 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB15019767-
CMYK0.2400.660.23
HSL81.69º52.85%51.76%-
HSV(B)81.69º65.99%77.25%-
XYZ33.5646.8212.58-
YUV168.1370.93115.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 36.23%
GREEN value IS 197 (77.34% from 255) = 47.58%
BLUE value IS 67 (26.56% from 255) = 16.18%
R=36.23%
G=47.58%
B=16.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150197670.2400.660.2381.6952.8551.76
Hex96C5431804217523534
Octal226305103300102271226564
Binary100101101100010110000111100001000010101111010010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96c543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,197,67); }

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

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

 a { background-color: rgb(150,197,67); }

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

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

 span { border-color: rgb(150,197,67); }

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