#A0C14D

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

Shades of Atlantis #A0C14D

Tints of Atlantis #A0C14D

Color information

#A0C14D (or 0xA0C14D) is unknown color: approx Atlantis. HEX triplet: A0, C1 and 4D. RGB value is (160,193,77). Sum of RGB (Red+Green+Blue) = 160+193+77=430 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.21% from 430); Green value is 193 (75.78% from 255 or 44.88% from 430); Blue value is 77 (30.47% from 255 or 17.91% from 430); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C14D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C14D is #5F3EB2. Grayscale: #AAAAAA. Windows color (decimal): -6241971 or 5095840. OLE color: 5095840.

HSL color Cylindrical-coordinate representation of color #A0C14D: hue angle of 77.07º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0C14D is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB16019377-
CMYK0.1700.600.24
HSL77.07º48.33%52.94%-
HSV(B)77.07º60.1%75.69%-
XYZ34.9146.1514.09-
YUV169.9175.57120.93-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.21%
GREEN value IS 193 (75.78% from 255) = 44.88%
BLUE value IS 77 (30.47% from 255) = 17.91%
R=37.21%
G=44.88%
B=17.91%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160193770.1700.600.2477.0748.3352.94
HexA0C14D1103C184d3035
Octal24030111521074301156065
Binary10100000110000011001101100010111100110001001101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C14D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C14D; }

 p { color: rgb(160,193,77); }

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

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

 a { background-color: rgb(160,193,77); }

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

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

 span { border-color: rgb(160,193,77); }

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