#96E44D

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

Shades of Atlantis #96E44D

Tints of Atlantis #96E44D

Color information

#96E44D (or 0x96E44D) is unknown color: approx Atlantis. HEX triplet: 96, E4 and 4D. RGB value is (150,228,77). Sum of RGB (Red+Green+Blue) = 150+228+77=455 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.97% from 455); Green value is 228 (89.45% from 255 or 50.11% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 228 - color contains mainly: green. Hex color #96E44D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E44D is #691BB2. Grayscale: #BBBBBB. Windows color (decimal): -6888371 or 5104790. OLE color: 5104790.

HSL color Cylindrical-coordinate representation of color #96E44D: hue angle of 90.99º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96E44D is Cyan = 0.34, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB15022877-
CMYK0.3400.660.11
HSL90.99º73.66%59.8%-
HSV(B)90.99º66.23%89.41%-
XYZ41.6662.5116.89-
YUV187.4665.66101.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.97%
GREEN value IS 228 (89.45% from 255) = 50.11%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=32.97%
G=50.11%
B=16.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal150228770.3400.660.1190.9973.6659.8
Hex96E44D22042B5b4a3c
Octal2263441154201021313311274
Binary1001011011100100100110110001001000010101110110111001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E44D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,228,77); }

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

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

 a { background-color: rgb(150,228,77); }

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

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

 span { border-color: rgb(150,228,77); }

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