#A0C345

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

Shades of Atlantis #A0C345

Tints of Atlantis #A0C345

Color information

#A0C345 (or 0xA0C345) is unknown color: approx Atlantis. HEX triplet: A0, C3 and 45. RGB value is (160,195,69). Sum of RGB (Red+Green+Blue) = 160+195+69=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 195 (76.56% from 255 or 45.99% from 424); Blue value is 69 (27.34% from 255 or 16.27% from 424); Max value from RGB is 195 - color contains mainly: green. Hex color #A0C345 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C345 is #5F3CBA. Grayscale: #AAAAAA. Windows color (decimal): -6241467 or 4572064. OLE color: 4572064.

HSL color Cylindrical-coordinate representation of color #A0C345: hue angle of 76.67º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0C345 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB16019569-
CMYK0.1800.650.24
HSL76.67º51.22%51.76%-
HSV(B)76.67º64.62%76.47%-
XYZ35.0946.9312.84-
YUV170.1770.9120.75-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 195 (76.56% from 255) = 45.99%
BLUE value IS 69 (27.34% from 255) = 16.27%
R=37.74%
G=45.99%
B=16.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160195690.1800.650.2476.6751.2251.76
HexA0C34512041184d3334
Octal240303105220101301156364
Binary101000001100001110001011001001000001110001001101110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C345; }

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

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

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

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

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

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

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

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