#96EC45

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

Shades of Atlantis #96EC45

Tints of Atlantis #96EC45

Color information

#96EC45 (or 0x96EC45) is unknown color: approx Atlantis. HEX triplet: 96, EC and 45. RGB value is (150,236,69). Sum of RGB (Red+Green+Blue) = 150+236+69=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 236 (92.58% from 255 or 51.87% from 455); Blue value is 69 (27.34% from 255 or 15.16% from 455); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EC45 is #6913BA. Grayscale: #BFBFBF. Windows color (decimal): -6886331 or 4582550. OLE color: 4582550.

HSL color Cylindrical-coordinate representation of color #96EC45: hue angle of 90.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #96EC45 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB15023669-
CMYK0.3600.710.07
HSL90.9º81.46%59.8%-
HSV(B)90.9º70.76%92.55%-
XYZ43.6566.916.24-
YUV191.2559.0198.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 236 (92.58% from 255) = 51.87%
BLUE value IS 69 (27.34% from 255) = 15.16%
R=32.97%
G=51.87%
B=15.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal150236690.3600.710.0790.981.4659.8
Hex96EC452404775b513c
Octal226354105440107713312174
Binary100101101110110010001011001000100011111110110111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,69); }

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

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

 a { background-color: rgb(150,236,69); }

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

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

 span { border-color: rgb(150,236,69); }

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