#96D539

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

Shades of Atlantis #96D539

Tints of Atlantis #96D539

Color information

#96D539 (or 0x96D539) is unknown color: approx Atlantis. HEX triplet: 96, D5 and 39. RGB value is (150,213,57). Sum of RGB (Red+Green+Blue) = 150+213+57=420 (55% of max value = 765). Red value is 150 (58.98% from 255 or 35.71% from 420); Green value is 213 (83.59% from 255 or 50.71% from 420); Blue value is 57 (22.66% from 255 or 13.57% from 420); Max value from RGB is 213 - color contains mainly: green. Hex color #96D539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96D539 is #692AC6. Grayscale: #B0B0B0. Windows color (decimal): -6892231 or 3790230. OLE color: 3790230.

HSL color Cylindrical-coordinate representation of color #96D539: hue angle of 84.23º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96D539 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB15021357-
CMYK0.3000.730.16
HSL84.23º65%52.94%-
HSV(B)84.23º73.24%83.53%-
XYZ37.1154.3712.41-
YUV176.3860.63109.18-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.71%
GREEN value IS 213 (83.59% from 255) = 50.71%
BLUE value IS 57 (22.66% from 255) = 13.57%
R=35.71%
G=50.71%
B=13.57%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal150213570.3000.730.1684.236552.94
Hex96D5391E04910544135
Octal226325713601112012410165
Binary100101101101010111100111110010010011000010101001000001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96D539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,213,57); }

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

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

 a { background-color: rgb(150,213,57); }

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

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

 span { border-color: rgb(150,213,57); }

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