#A5C640

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

Shades of Atlantis #A5C640

Tints of Atlantis #A5C640

Color information

#A5C640 (or 0xA5C640) is unknown color: approx Atlantis. HEX triplet: A5, C6 and 40. RGB value is (165,198,64). Sum of RGB (Red+Green+Blue) = 165+198+64=427 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.64% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 64 (25.39% from 255 or 14.99% from 427); Max value from RGB is 198 - color contains mainly: green. Hex color #A5C640 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5C640 is #5A39BF. Grayscale: #ADADAD. Windows color (decimal): -5913024 or 4245157. OLE color: 4245157.

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

Color convert

RGB16519864-
CMYK0.1700.680.22
HSL74.78º54.03%51.37%-
HSV(B)74.78º67.68%77.65%-
XYZ36.6448.7612.33-
YUV172.8666.57122.4-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.64%
GREEN value IS 198 (77.73% from 255) = 46.37%
BLUE value IS 64 (25.39% from 255) = 14.99%
R=38.64%
G=46.37%
B=14.99%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal165198640.1700.680.2274.7854.0351.37
HexA5C64011044164b3633
Octal245306100210104261136663
Binary101001011100011010000001000101000100101101001011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5C640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5C640; }

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

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

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

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

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

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

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

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