#96CA4E

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

Shades of Atlantis #96CA4E

Tints of Atlantis #96CA4E

Color information

#96CA4E (or 0x96CA4E) is unknown color: approx Atlantis. HEX triplet: 96, CA and 4E. RGB value is (150,202,78). Sum of RGB (Red+Green+Blue) = 150+202+78=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 202 (79.30% from 255 or 46.98% from 430); Blue value is 78 (30.86% from 255 or 18.14% from 430); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96CA4E is #6935B1. Grayscale: #ACACAC. Windows color (decimal): -6895026 or 5163670. OLE color: 5163670.

HSL color Cylindrical-coordinate representation of color #96CA4E: hue angle of 85.16º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96CA4E is Cyan = 0.26, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB15020278-
CMYK0.2600.610.21
HSL85.16º53.91%54.9%-
HSV(B)85.16º61.39%79.22%-
XYZ35.0749.2814.87-
YUV172.3274.77112.08-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.88%
GREEN value IS 202 (79.30% from 255) = 46.98%
BLUE value IS 78 (30.86% from 255) = 18.14%
R=34.88%
G=46.98%
B=18.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal150202780.2600.610.2185.1653.9154.9
Hex96CA4E1A03D15553637
Octal22631211632075251256667
Binary10010110110010101001110110100111101101011010101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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