#96EF48

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

Shades of Atlantis #96EF48

Tints of Atlantis #96EF48

Color information

#96EF48 (or 0x96EF48) is unknown color: approx Atlantis. HEX triplet: 96, EF and 48. RGB value is (150,239,72). Sum of RGB (Red+Green+Blue) = 150+239+72=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 239 (93.75% from 255 or 51.84% from 461); Blue value is 72 (28.52% from 255 or 15.62% from 461); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF48 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96EF48 is #6910B7. Grayscale: #C1C1C1. Windows color (decimal): -6885560 or 4779926. OLE color: 4779926.

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

Color convert

RGB15023972-
CMYK0.3700.700.06
HSL91.98º83.92%60.98%-
HSV(B)91.98º69.87%93.73%-
XYZ44.6168.6817.04-
YUV193.3559.5197.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 239 (93.75% from 255) = 51.84%
BLUE value IS 72 (28.52% from 255) = 15.62%
R=32.54%
G=51.84%
B=15.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal150239720.3700.700.0691.9883.9260.98
Hex96EF482504665c543d
Octal226357110450106613412475
Binary100101101110111110010001001010100011011010111001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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