#A0C043

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

Shades of Atlantis #A0C043

Tints of Atlantis #A0C043

Color information

#A0C043 (or 0xA0C043) is unknown color: approx Atlantis. HEX triplet: A0, C0 and 43. RGB value is (160,192,67). Sum of RGB (Red+Green+Blue) = 160+192+67=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 67 (26.56% from 255 or 15.99% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C043 is #5F3FBC. Grayscale: #A8A8A8. Windows color (decimal): -6242237 or 4440224. OLE color: 4440224.

HSL color Cylindrical-coordinate representation of color #A0C043: hue angle of 75.36º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0C043 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB16019267-
CMYK0.1700.650.25
HSL75.36º49.8%50.78%-
HSV(B)75.36º65.1%75.29%-
XYZ34.3645.5812.3-
YUV168.1870.9122.16-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.19%
GREEN value IS 192 (75.39% from 255) = 45.82%
BLUE value IS 67 (26.56% from 255) = 15.99%
R=38.19%
G=45.82%
B=15.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160192670.1700.650.2575.3649.850.78
HexA0C04311041194b3233
Octal240300103210101311136263
Binary101000001100000010000111000101000001110011001011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C043; }

 p { color: rgb(160,192,67); }

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

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

 a { background-color: rgb(160,192,67); }

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

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

 span { border-color: rgb(160,192,67); }

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