#96C547

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

Shades of Atlantis #96C547

Tints of Atlantis #96C547

Color information

#96C547 (or 0x96C547) is unknown color: approx Atlantis. HEX triplet: 96, C5 and 47. RGB value is (150,197,71). Sum of RGB (Red+Green+Blue) = 150+197+71=418 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.89% from 418); Green value is 197 (77.34% from 255 or 47.13% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 197 - color contains mainly: green. Hex color #96C547 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96C547 is #693AB8. Grayscale: #A9A9A9. Windows color (decimal): -6896313 or 4703638. OLE color: 4703638.

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

Color convert

RGB15019771-
CMYK0.2400.640.23
HSL82.38º52.07%52.55%-
HSV(B)82.38º63.96%77.25%-
XYZ33.6846.8713.23-
YUV168.5872.93114.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.89%
GREEN value IS 197 (77.34% from 255) = 47.13%
BLUE value IS 71 (28.12% from 255) = 16.99%
R=35.89%
G=47.13%
B=16.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150197710.2400.640.2382.3852.0752.55
Hex96C5471804017523435
Octal226305107300100271226465
Binary100101101100010110001111100001000000101111010010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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