#96C550

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

Shades of Atlantis #96C550

Tints of Atlantis #96C550

Color information

#96C550 (or 0x96C550) is unknown color: approx Atlantis. HEX triplet: 96, C5 and 50. RGB value is (150,197,80). Sum of RGB (Red+Green+Blue) = 150+197+80=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 197 (77.34% from 255 or 46.14% from 427); Blue value is 80 (31.64% from 255 or 18.74% from 427); Max value from RGB is 197 - color contains mainly: green. Hex color #96C550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C550 is #693AAF. Grayscale: #AAAAAA. Windows color (decimal): -6896304 or 5293462. OLE color: 5293462.

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

Color convert

RGB15019780-
CMYK0.2400.590.23
HSL84.1º50.21%54.31%-
HSV(B)84.1º59.39%77.25%-
XYZ33.994714.87-
YUV169.6177.43114.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.13%
GREEN value IS 197 (77.34% from 255) = 46.14%
BLUE value IS 80 (31.64% from 255) = 18.74%
R=35.13%
G=46.14%
B=18.74%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal150197800.2400.590.2384.150.2154.31
Hex96C5501803B17543236
Octal22630512030073271246266
Binary10010110110001011010000110000111011101111010100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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