#A0C847

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

Shades of Atlantis #A0C847

Tints of Atlantis #A0C847

Color information

#A0C847 (or 0xA0C847) is unknown color: approx Atlantis. HEX triplet: A0, C8 and 47. RGB value is (160,200,71). Sum of RGB (Red+Green+Blue) = 160+200+71=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 71 (28.12% from 255 or 16.47% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C847 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C847 is #5F37B8. Grayscale: #ADADAD. Windows color (decimal): -6240185 or 4704416. OLE color: 4704416.

HSL color Cylindrical-coordinate representation of color #A0C847: hue angle of 78.6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0C847 is Cyan = 0.2, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB16020071-
CMYK0.200.640.22
HSL78.6º53.97%53.14%-
HSV(B)78.6º64.5%78.43%-
XYZ36.2949.2413.55-
YUV173.3370.25118.49-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.12%
GREEN value IS 200 (78.52% from 255) = 46.40%
BLUE value IS 71 (28.12% from 255) = 16.47%
R=37.12%
G=46.40%
B=16.47%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160200710.200.640.2278.653.9753.14
HexA0C84714040164f3635
Octal240310107240100261176665
Binary101000001100100010001111010001000000101101001111110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C847; }

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

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

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

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

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

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

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

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