#A3CD47

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

Shades of Atlantis #A3CD47

Tints of Atlantis #A3CD47

Color information

#A3CD47 (or 0xA3CD47) is unknown color: approx Atlantis. HEX triplet: A3, CD and 47. RGB value is (163,205,71). Sum of RGB (Red+Green+Blue) = 163+205+71=439 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.13% from 439); Green value is 205 (80.47% from 255 or 46.70% from 439); Blue value is 71 (28.12% from 255 or 16.17% from 439); Max value from RGB is 205 - color contains mainly: green. Hex color #A3CD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CD47 is #5C32B8. Grayscale: #B1B1B1. Windows color (decimal): -6042297 or 4705699. OLE color: 4705699.

HSL color Cylindrical-coordinate representation of color #A3CD47: hue angle of 78.81º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3CD47 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB16320571-
CMYK0.2000.650.20
HSL78.81º57.26%54.12%-
HSV(B)78.81º65.37%80.39%-
XYZ38.0751.913.97-
YUV177.1768.09117.9-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.13%
GREEN value IS 205 (80.47% from 255) = 46.70%
BLUE value IS 71 (28.12% from 255) = 16.17%
R=37.13%
G=46.70%
B=16.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal163205710.2000.650.2078.8157.2654.12
HexA3CD4714041144f3936
Octal243315107240101241177166
Binary101000111100110110001111010001000001101001001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CD47; }

 p { color: rgb(163,205,71); }

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

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

 a { background-color: rgb(163,205,71); }

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

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

 span { border-color: rgb(163,205,71); }

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