#A8CC47

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

Shades of Atlantis #A8CC47

Tints of Atlantis #A8CC47

Color information

#A8CC47 (or 0xA8CC47) is unknown color: approx Atlantis. HEX triplet: A8, CC and 47. RGB value is (168,204,71). Sum of RGB (Red+Green+Blue) = 168+204+71=443 (58% of max value = 765). Red value is 168 (66.02% from 255 or 37.92% from 443); Green value is 204 (80.08% from 255 or 46.05% from 443); Blue value is 71 (28.12% from 255 or 16.03% from 443); Max value from RGB is 204 - color contains mainly: green. Hex color #A8CC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A8CC47 is #5733B8. Grayscale: #B2B2B2. Windows color (decimal): -5714873 or 4705448. OLE color: 4705448.

HSL color Cylindrical-coordinate representation of color #A8CC47: hue angle of 76.24º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A8CC47 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB16820471-
CMYK0.1800.650.2
HSL76.24º56.6%53.92%-
HSV(B)76.24º65.2%80%-
XYZ38.8851.9713.94-
YUV178.0767.57120.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 37.92%
GREEN value IS 204 (80.08% from 255) = 46.05%
BLUE value IS 71 (28.12% from 255) = 16.03%
R=37.92%
G=46.05%
B=16.03%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal168204710.1800.650.276.2456.653.92
HexA8CC4712041144c3936
Octal250314107220101241147166
Binary101010001100110010001111001001000001101001001100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8CC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8CC47; }

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

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

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

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

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

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

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

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