#96EF49

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

Shades of Atlantis #96EF49

Tints of Atlantis #96EF49

Color information

#96EF49 (or 0x96EF49) is unknown color: approx Atlantis. HEX triplet: 96, EF and 49. RGB value is (150,239,73). Sum of RGB (Red+Green+Blue) = 150+239+73=462 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.47% from 462); Green value is 239 (93.75% from 255 or 51.73% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF49 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EF49 is #6910B6. Grayscale: #C2C2C2. Windows color (decimal): -6885559 or 4845462. OLE color: 4845462.

HSL color Cylindrical-coordinate representation of color #96EF49: hue angle of 92.17º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #96EF49 is Cyan = 0.37, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.06.

Color convert

RGB15023973-
CMYK0.3700.690.06
HSL92.17º83.84%61.18%-
HSV(B)92.17º69.46%93.73%-
XYZ44.6568.717.21-
YUV193.4660.0197-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.47%
GREEN value IS 239 (93.75% from 255) = 51.73%
BLUE value IS 73 (28.91% from 255) = 15.80%
R=32.47%
G=51.73%
B=15.80%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150239730.3700.690.0692.1783.8461.18
Hex96EF492504565c543d
Octal226357111450105613412475
Binary100101101110111110010011001010100010111010111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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