#A3CC47

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

Shades of Atlantis #A3CC47

Tints of Atlantis #A3CC47

Color information

#A3CC47 (or 0xA3CC47) is unknown color: approx Atlantis. HEX triplet: A3, CC and 47. RGB value is (163,204,71). Sum of RGB (Red+Green+Blue) = 163+204+71=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 204 (80.08% from 255 or 46.58% from 438); Blue value is 71 (28.12% from 255 or 16.21% from 438); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3CC47 is #5C33B8. Grayscale: #B1B1B1. Windows color (decimal): -6042553 or 4705443. OLE color: 4705443.

HSL color Cylindrical-coordinate representation of color #A3CC47: hue angle of 78.5º 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 #A3CC47 is Cyan = 0.20, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB16320471-
CMYK0.2000.650.2
HSL78.5º56.6%53.92%-
HSV(B)78.5º65.2%80%-
XYZ37.8351.4313.89-
YUV176.5868.42118.31-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 204 (80.08% from 255) = 46.58%
BLUE value IS 71 (28.12% from 255) = 16.21%
R=37.21%
G=46.58%
B=16.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal163204710.2000.650.278.556.653.92
HexA3CC4714041144e3936
Octal243314107240101241167166
Binary101000111100110010001111010001000001101001001110111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CC47; }

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

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

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

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

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

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

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

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