#A0CA4E

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

Shades of Atlantis #A0CA4E

Tints of Atlantis #A0CA4E

Color information

#A0CA4E (or 0xA0CA4E) is unknown color: approx Atlantis. HEX triplet: A0, CA and 4E. RGB value is (160,202,78). Sum of RGB (Red+Green+Blue) = 160+202+78=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 202 (79.30% from 255 or 45.91% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 202 - color contains mainly: green. Hex color #A0CA4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CA4E is #5F35B1. Grayscale: #AFAFAF. Windows color (decimal): -6239666 or 5163680. OLE color: 5163680.

HSL color Cylindrical-coordinate representation of color #A0CA4E: hue angle of 80.32º 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 #A0CA4E is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB16020278-
CMYK0.2100.610.21
HSL80.32º53.91%54.9%-
HSV(B)80.32º61.39%79.22%-
XYZ36.9950.2614.96-
YUV175.3173.09117.08-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 202 (79.30% from 255) = 45.91%
BLUE value IS 78 (30.86% from 255) = 17.73%
R=36.36%
G=45.91%
B=17.73%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160202780.2100.610.2180.3253.9154.9
HexA0CA4E1503D15503637
Octal24031211625075251206667
Binary10100000110010101001110101010111101101011010000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CA4E; }

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

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

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

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

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

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

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

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