#A5CD42

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

Shades of Atlantis #A5CD42

Tints of Atlantis #A5CD42

Color information

#A5CD42 (or 0xA5CD42) is unknown color: approx Atlantis. HEX triplet: A5, CD and 42. RGB value is (165,205,66). Sum of RGB (Red+Green+Blue) = 165+205+66=436 (57% of max value = 765). Red value is 165 (64.84% from 255 or 37.84% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #A5CD42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A5CD42 is #5A32BD. Grayscale: #B1B1B1. Windows color (decimal): -5911230 or 4378021. OLE color: 4378021.

HSL color Cylindrical-coordinate representation of color #A5CD42: hue angle of 77.27º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A5CD42 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB16520566-
CMYK0.2000.680.20
HSL77.27º58.16%53.14%-
HSV(B)77.27º67.8%80.39%-
XYZ38.3352.0613.18-
YUV177.1965.25119.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.84%
GREEN value IS 205 (80.47% from 255) = 47.02%
BLUE value IS 66 (26.17% from 255) = 15.14%
R=37.84%
G=47.02%
B=15.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal165205660.2000.680.2077.2758.1653.14
HexA5CD4214044144d3a35
Octal245315102240104241157265
Binary101001011100110110000101010001000100101001001101111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5CD42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5CD42; }

 p { color: rgb(165,205,66); }

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

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

 a { background-color: rgb(165,205,66); }

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

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

 span { border-color: rgb(165,205,66); }

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