#A8C539

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

Shades of Atlantis #A8C539

Tints of Atlantis #A8C539

Color information

#A8C539 (or 0xA8C539) is unknown color: approx Atlantis. HEX triplet: A8, C5 and 39. RGB value is (168,197,57). Sum of RGB (Red+Green+Blue) = 168+197+57=422 (55% of max value = 765). Red value is 168 (66.02% from 255 or 39.81% from 422); Green value is 197 (77.34% from 255 or 46.68% from 422); Blue value is 57 (22.66% from 255 or 13.51% from 422); Max value from RGB is 197 - color contains mainly: green. Hex color #A8C539 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8C539 is #573AC6. Grayscale: #ACACAC. Windows color (decimal): -5716679 or 3786152. OLE color: 3786152.

HSL color Cylindrical-coordinate representation of color #A8C539: hue angle of 72.43º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8C539 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.23.

Color convert

RGB16819757-
CMYK0.1500.710.23
HSL72.43º55.12%49.8%-
HSV(B)72.43º71.07%77.25%-
XYZ36.8548.5511.3-
YUV172.3762.89124.88-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.81%
GREEN value IS 197 (77.34% from 255) = 46.68%
BLUE value IS 57 (22.66% from 255) = 13.51%
R=39.81%
G=46.68%
B=13.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal168197570.1500.710.2372.4355.1249.8
HexA8C539F04717483732
Octal25030571170107271106762
Binary1010100011000101111001111101000111101111001000110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C539; }

 p { color: rgb(168,197,57); }

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

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

 a { background-color: rgb(168,197,57); }

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

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

 span { border-color: rgb(168,197,57); }

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