#A3C840

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

Shades of Atlantis #A3C840

Tints of Atlantis #A3C840

Color information

#A3C840 (or 0xA3C840) is unknown color: approx Atlantis. HEX triplet: A3, C8 and 40. RGB value is (163,200,64). Sum of RGB (Red+Green+Blue) = 163+200+64=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 200 (78.52% from 255 or 46.84% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C840 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C840 is #5C37BF. Grayscale: #ADADAD. Windows color (decimal): -6043584 or 4245667. OLE color: 4245667.

HSL color Cylindrical-coordinate representation of color #A3C840: hue angle of 76.32º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A3C840 is Cyan = 0.18, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB16320064-
CMYK0.1800.680.22
HSL76.32º55.28%51.76%-
HSV(B)76.32º68%78.43%-
XYZ36.6849.4712.46-
YUV173.4366.24120.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 200 (78.52% from 255) = 46.84%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=38.17%
G=46.84%
B=14.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163200640.1800.680.2276.3255.2851.76
HexA3C84012044164c3734
Octal243310100220104261146764
Binary101000111100100010000001001001000100101101001100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C840; }

 p { color: rgb(163,200,64); }

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

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

 a { background-color: rgb(163,200,64); }

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

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

 span { border-color: rgb(163,200,64); }

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