#A0C147

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

Shades of Atlantis #A0C147

Tints of Atlantis #A0C147

Color information

#A0C147 (or 0xA0C147) is unknown color: approx Atlantis. HEX triplet: A0, C1 and 47. RGB value is (160,193,71). Sum of RGB (Red+Green+Blue) = 160+193+71=424 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.74% from 424); Green value is 193 (75.78% from 255 or 45.52% from 424); Blue value is 71 (28.12% from 255 or 16.75% from 424); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C147 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C147 is #5F3EB8. Grayscale: #A9A9A9. Windows color (decimal): -6241977 or 4702624. OLE color: 4702624.

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

Color convert

RGB16019371-
CMYK0.1700.630.24
HSL76.23º49.59%51.76%-
HSV(B)76.23º63.21%75.69%-
XYZ34.746.0713.02-
YUV169.2272.57121.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.74%
GREEN value IS 193 (75.78% from 255) = 45.52%
BLUE value IS 71 (28.12% from 255) = 16.75%
R=37.74%
G=45.52%
B=16.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal160193710.1700.630.2476.2349.5951.76
HexA0C1471103F184c3234
Octal24030110721077301146264
Binary10100000110000011000111100010111111110001001100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C147; }

 p { color: rgb(160,193,71); }

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

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

 a { background-color: rgb(160,193,71); }

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

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

 span { border-color: rgb(160,193,71); }

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