#96C34E

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

Shades of Atlantis #96C34E

Tints of Atlantis #96C34E

Color information

#96C34E (or 0x96C34E) is unknown color: approx Atlantis. HEX triplet: 96, C3 and 4E. RGB value is (150,195,78). Sum of RGB (Red+Green+Blue) = 150+195+78=423 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.46% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 78 (30.86% from 255 or 18.44% from 423); Max value from RGB is 195 - color contains mainly: green. Hex color #96C34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96C34E is #693CB1. Grayscale: #A8A8A8. Windows color (decimal): -6896818 or 5161878. OLE color: 5161878.

HSL color Cylindrical-coordinate representation of color #96C34E: hue angle of 83.08º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #96C34E is Cyan = 0.23, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.24.

Color convert

RGB15019578-
CMYK0.2300.60.24
HSL83.08º49.37%53.53%-
HSV(B)83.08º60%76.47%-
XYZ33.4746.0614.34-
YUV168.2177.09115.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 35.46%
GREEN value IS 195 (76.56% from 255) = 46.10%
BLUE value IS 78 (30.86% from 255) = 18.44%
R=35.46%
G=46.10%
B=18.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal150195780.2300.60.2483.0849.3753.53
Hex96C34E1703C18533136
Octal22630311627074301236166
Binary10010110110000111001110101110111100110001010011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96C34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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