#A4C63D

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

Shades of Atlantis #A4C63D

Tints of Atlantis #A4C63D

Color information

#A4C63D (or 0xA4C63D) is unknown color: approx Atlantis. HEX triplet: A4, C6 and 3D. RGB value is (164,198,61). Sum of RGB (Red+Green+Blue) = 164+198+61=423 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.77% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 61 (24.22% from 255 or 14.42% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C63D is #5B39C2. Grayscale: #ACACAC. Windows color (decimal): -5978563 or 4048548. OLE color: 4048548.

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

Color convert

RGB16419861-
CMYK0.1700.690.22
HSL74.89º54.58%50.78%-
HSV(B)74.89º69.19%77.65%-
XYZ36.3548.6211.88-
YUV172.2265.24122.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.77%
GREEN value IS 198 (77.73% from 255) = 46.81%
BLUE value IS 61 (24.22% from 255) = 14.42%
R=38.77%
G=46.81%
B=14.42%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164198610.1700.690.2274.8954.5850.78
HexA4C63D11045164b3733
Octal24430675210105261136763
Binary10100100110001101111011000101000101101101001011110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C63D; }

 p { color: rgb(164,198,61); }

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

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

 a { background-color: rgb(164,198,61); }

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

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

 span { border-color: rgb(164,198,61); }

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