#A0C045

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

Shades of Atlantis #A0C045

Tints of Atlantis #A0C045

Color information

#A0C045 (or 0xA0C045) is unknown color: approx Atlantis. HEX triplet: A0, C0 and 45. RGB value is (160,192,69). Sum of RGB (Red+Green+Blue) = 160+192+69=421 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.00% from 421); Green value is 192 (75.39% from 255 or 45.61% from 421); Blue value is 69 (27.34% from 255 or 16.39% from 421); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C045 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C045 is #5F3FBA. Grayscale: #A8A8A8. Windows color (decimal): -6242235 or 4571296. OLE color: 4571296.

HSL color Cylindrical-coordinate representation of color #A0C045: hue angle of 75.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0C045 is Cyan = 0.17, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB16019269-
CMYK0.1700.640.25
HSL75.61º49.4%51.18%-
HSV(B)75.61º64.06%75.29%-
XYZ34.4245.612.62-
YUV168.4171.9122-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.00%
GREEN value IS 192 (75.39% from 255) = 45.61%
BLUE value IS 69 (27.34% from 255) = 16.39%
R=38.00%
G=45.61%
B=16.39%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal160192690.1700.640.2575.6149.451.18
HexA0C04511040194c3133
Octal240300105210100311146163
Binary101000001100000010001011000101000000110011001100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C045; }

 p { color: rgb(160,192,69); }

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

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

 a { background-color: rgb(160,192,69); }

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

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

 span { border-color: rgb(160,192,69); }

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