#A5CA48

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

Shades of Atlantis #A5CA48

Tints of Atlantis #A5CA48

Color information

#A5CA48 (or 0xA5CA48) is unknown color: approx Atlantis. HEX triplet: A5, CA and 48. RGB value is (165,202,72). Sum of RGB (Red+Green+Blue) = 165+202+72=439 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.59% from 439); Green value is 202 (79.30% from 255 or 46.01% from 439); Blue value is 72 (28.52% from 255 or 16.40% from 439); Max value from RGB is 202 - color contains mainly: green. Hex color #A5CA48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CA48 is #5A35B7. Grayscale: #B0B0B0. Windows color (decimal): -5911992 or 4770469. OLE color: 4770469.

HSL color Cylindrical-coordinate representation of color #A5CA48: hue angle of 77.08º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A5CA48 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB16520272-
CMYK0.1800.640.21
HSL77.08º55.08%53.73%-
HSV(B)77.08º64.36%79.22%-
XYZ37.8150.7113.93-
YUV176.1269.24120.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.59%
GREEN value IS 202 (79.30% from 255) = 46.01%
BLUE value IS 72 (28.52% from 255) = 16.40%
R=37.59%
G=46.01%
B=16.40%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal165202720.1800.640.2177.0855.0853.73
HexA5CA4812040154d3736
Octal245312110220100251156766
Binary101001011100101010010001001001000000101011001101110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CA48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CA48; }

 p { color: rgb(165,202,72); }

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

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

 a { background-color: rgb(165,202,72); }

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

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

 span { border-color: rgb(165,202,72); }

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