#A5C63C

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

Shades of Atlantis #A5C63C

Tints of Atlantis #A5C63C

Color information

#A5C63C (or 0xA5C63C) is unknown color: approx Atlantis. HEX triplet: A5, C6 and 3C. RGB value is (165,198,60). Sum of RGB (Red+Green+Blue) = 165+198+60=423 (56% of max value = 765). Red value is 165 (64.84% from 255 or 39.01% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 60 (23.83% from 255 or 14.18% from 423); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C63C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C63C is #5A39C3. Grayscale: #ACACAC. Windows color (decimal): -5913028 or 3983013. OLE color: 3983013.

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

Color convert

RGB16519860-
CMYK0.1700.700.22
HSL74.35º54.76%50.59%-
HSV(B)74.35º69.7%77.65%-
XYZ36.5348.7111.75-
YUV172.464.57122.72-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 39.01%
GREEN value IS 198 (77.73% from 255) = 46.81%
BLUE value IS 60 (23.83% from 255) = 14.18%
R=39.01%
G=46.81%
B=14.18%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165198600.1700.700.2274.3554.7650.59
HexA5C63C11046164a3733
Octal24530674210106261126763
Binary10100101110001101111001000101000110101101001010110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C63C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C63C; }

 p { color: rgb(165,198,60); }

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

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

 a { background-color: rgb(165,198,60); }

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

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

 span { border-color: rgb(165,198,60); }

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