#96DF4E

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

Shades of Atlantis #96DF4E

Tints of Atlantis #96DF4E

Color information

#96DF4E (or 0x96DF4E) is unknown color: approx Atlantis. HEX triplet: 96, DF and 4E. RGB value is (150,223,78). Sum of RGB (Red+Green+Blue) = 150+223+78=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 223 (87.5% from 255 or 49.45% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 223 - color contains mainly: green. Hex color #96DF4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DF4E is #6920B1. Grayscale: #B9B9B9. Windows color (decimal): -6889650 or 5169046. OLE color: 5169046.

HSL color Cylindrical-coordinate representation of color #96DF4E: hue angle of 90.21º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96DF4E is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.13.

Color convert

RGB15022378-
CMYK0.3300.650.13
HSL90.21º69.38%59.02%-
HSV(B)90.21º65.02%87.45%-
XYZ40.3459.8116.63-
YUV184.6467.82103.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.26%
GREEN value IS 223 (87.5% from 255) = 49.45%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=33.26%
G=49.45%
B=17.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal150223780.3300.650.1390.2169.3859.02
Hex96DF4E21041D5a453b
Octal2263371164101011513210573
Binary1001011011011111100111010000101000001110110110101000101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,223,78); }

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

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

 a { background-color: rgb(150,223,78); }

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

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

 span { border-color: rgb(150,223,78); }

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