#A0CE4A

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

Shades of Atlantis #A0CE4A

Tints of Atlantis #A0CE4A

Color information

#A0CE4A (or 0xA0CE4A) is unknown color: approx Atlantis. HEX triplet: A0, CE and 4A. RGB value is (160,206,74). Sum of RGB (Red+Green+Blue) = 160+206+74=440 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.36% from 440); Green value is 206 (80.86% from 255 or 46.82% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE4A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CE4A is #5F31B5. Grayscale: #B1B1B1. Windows color (decimal): -6238646 or 4902560. OLE color: 4902560.

HSL color Cylindrical-coordinate representation of color #A0CE4A: hue angle of 80.91º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0CE4A is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB16020674-
CMYK0.2200.640.19
HSL80.91º57.39%54.9%-
HSV(B)80.91º64.08%80.78%-
XYZ37.852.1114.54-
YUV177.269.76115.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.36%
GREEN value IS 206 (80.86% from 255) = 46.82%
BLUE value IS 74 (29.30% from 255) = 16.82%
R=36.36%
G=46.82%
B=16.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160206740.2200.640.1980.9157.3954.9
HexA0CE4A1604013513937
Octal240316112260100231217167
Binary101000001100111010010101011001000000100111010001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CE4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CE4A; }

 p { color: rgb(160,206,74); }

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

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

 a { background-color: rgb(160,206,74); }

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

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

 span { border-color: rgb(160,206,74); }

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