#A0CD48

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

Shades of Atlantis #A0CD48

Tints of Atlantis #A0CD48

Color information

#A0CD48 (or 0xA0CD48) is unknown color: approx Atlantis. HEX triplet: A0, CD and 48. RGB value is (160,205,72). Sum of RGB (Red+Green+Blue) = 160+205+72=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #A0CD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CD48 is #5F32B7. Grayscale: #B0B0B0. Windows color (decimal): -6238904 or 4771232. OLE color: 4771232.

HSL color Cylindrical-coordinate representation of color #A0CD48: hue angle of 80.3º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0CD48 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.20.

Color convert

RGB16020572-
CMYK0.2200.650.20
HSL80.3º57.08%54.31%-
HSV(B)80.3º64.88%80.39%-
XYZ37.551.614.12-
YUV176.3869.09116.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.61%
GREEN value IS 205 (80.47% from 255) = 46.91%
BLUE value IS 72 (28.52% from 255) = 16.48%
R=36.61%
G=46.91%
B=16.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal160205720.2200.650.2080.357.0854.31
HexA0CD481604114503936
Octal240315110260101241207166
Binary101000001100110110010001011001000001101001010000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CD48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CD48; }

 p { color: rgb(160,205,72); }

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

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

 a { background-color: rgb(160,205,72); }

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

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

 span { border-color: rgb(160,205,72); }

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