#96ED4A

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

Shades of Atlantis #96ED4A

Tints of Atlantis #96ED4A

Color information

#96ED4A (or 0x96ED4A) is unknown color: approx Atlantis. HEX triplet: 96, ED and 4A. RGB value is (150,237,74). Sum of RGB (Red+Green+Blue) = 150+237+74=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 237 (92.97% from 255 or 51.41% from 461); Blue value is 74 (29.30% from 255 or 16.05% from 461); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED4A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #96ED4A is #6912B5. Grayscale: #C0C0C0. Windows color (decimal): -6886070 or 4910486. OLE color: 4910486.

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

Color convert

RGB15023774-
CMYK0.3700.690.07
HSL92.02º81.91%60.98%-
HSV(B)92.02º68.78%92.94%-
XYZ44.167.5517.19-
YUV192.461.1897.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.54%
GREEN value IS 237 (92.97% from 255) = 51.41%
BLUE value IS 74 (29.30% from 255) = 16.05%
R=32.54%
G=51.41%
B=16.05%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal150237740.3700.690.0792.0281.9160.98
Hex96ED4A2504575c523d
Octal226355112450105713412275
Binary100101101110110110010101001010100010111110111001010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ED4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,237,74); }

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

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

 a { background-color: rgb(150,237,74); }

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

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

 span { border-color: rgb(150,237,74); }

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