#A8CE47

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

Shades of Atlantis #A8CE47

Tints of Atlantis #A8CE47

Color information

#A8CE47 (or 0xA8CE47) is unknown color: approx Atlantis. HEX triplet: A8, CE and 47. RGB value is (168,206,71). Sum of RGB (Red+Green+Blue) = 168+206+71=445 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.75% from 445); Green value is 206 (80.86% from 255 or 46.29% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CE47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CE47 is #5731B8. Grayscale: #B3B3B3. Windows color (decimal): -5714361 or 4705960. OLE color: 4705960.

HSL color Cylindrical-coordinate representation of color #A8CE47: hue angle of 76.89º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8CE47 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB16820671-
CMYK0.1800.660.19
HSL76.89º57.94%54.31%-
HSV(B)76.89º65.53%80.78%-
XYZ39.3652.9214.1-
YUV179.2566.91119.98-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.75%
GREEN value IS 206 (80.86% from 255) = 46.29%
BLUE value IS 71 (28.12% from 255) = 15.96%
R=37.75%
G=46.29%
B=15.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal168206710.1800.660.1976.8957.9454.31
HexA8CE4712042134d3a36
Octal250316107220102231157266
Binary101010001100111010001111001001000010100111001101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CE47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CE47; }

 p { color: rgb(168,206,71); }

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

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

 a { background-color: rgb(168,206,71); }

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

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

 span { border-color: rgb(168,206,71); }

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