#96DE49

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

Shades of Atlantis #96DE49

Tints of Atlantis #96DE49

Color information

#96DE49 (or 0x96DE49) is unknown color: approx Atlantis. HEX triplet: 96, DE and 49. RGB value is (150,222,73). Sum of RGB (Red+Green+Blue) = 150+222+73=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 73 (28.91% from 255 or 16.40% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96DE49 is #6921B6. Grayscale: #B8B8B8. Windows color (decimal): -6889911 or 4841110. OLE color: 4841110.

HSL color Cylindrical-coordinate representation of color #96DE49: hue angle of 88.99º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96DE49 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB15022273-
CMYK0.3200.670.13
HSL88.99º69.3%57.84%-
HSV(B)88.99º67.12%87.06%-
XYZ39.959.2115.63-
YUV183.4965.65104.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 222 (87.11% from 255) = 49.89%
BLUE value IS 73 (28.91% from 255) = 16.40%
R=33.71%
G=49.89%
B=16.40%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150222730.3200.670.1388.9969.357.84
Hex96DE4920043D59453a
Octal2263361114001031513110572
Binary1001011011011110100100110000001000011110110110011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DE49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,222,73); }

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

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

 a { background-color: rgb(150,222,73); }

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

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

 span { border-color: rgb(150,222,73); }

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