#96DC4F

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

Shades of Atlantis #96DC4F

Tints of Atlantis #96DC4F

Color information

#96DC4F (or 0x96DC4F) is unknown color: approx Atlantis. HEX triplet: 96, DC and 4F. RGB value is (150,220,79). Sum of RGB (Red+Green+Blue) = 150+220+79=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #96DC4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96DC4F is #6923B0. Grayscale: #B7B7B7. Windows color (decimal): -6890417 or 5233814. OLE color: 5233814.

HSL color Cylindrical-coordinate representation of color #96DC4F: hue angle of 89.79º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #96DC4F is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.14.

Color convert

RGB15022079-
CMYK0.3200.640.14
HSL89.79º66.82%58.63%-
HSV(B)89.79º64.09%86.27%-
XYZ39.5858.2316.55-
YUV18369.31104.46-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.41%
GREEN value IS 220 (86.33% from 255) = 49.00%
BLUE value IS 79 (31.25% from 255) = 17.59%
R=33.41%
G=49.00%
B=17.59%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal150220790.3200.640.1489.7966.8258.63
Hex96DC4F20040E5a433b
Octal2263341174001001613210373
Binary1001011011011100100111110000001000000111010110101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96DC4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,220,79); }

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

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

 a { background-color: rgb(150,220,79); }

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

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

 span { border-color: rgb(150,220,79); }

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