#A1C048

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

Shades of Atlantis #A1C048

Tints of Atlantis #A1C048

Color information

#A1C048 (or 0xA1C048) is unknown color: approx Atlantis. HEX triplet: A1, C0 and 48. RGB value is (161,192,72). Sum of RGB (Red+Green+Blue) = 161+192+72=425 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.88% from 425); Green value is 192 (75.39% from 255 or 45.18% from 425); Blue value is 72 (28.52% from 255 or 16.94% from 425); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C048 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C048 is #5E3FB7. Grayscale: #A9A9A9. Windows color (decimal): -6176696 or 4767905. OLE color: 4767905.

HSL color Cylindrical-coordinate representation of color #A1C048: hue angle of 75.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1C048 is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB16119272-
CMYK0.1600.630.25
HSL75.5º48.78%51.76%-
HSV(B)75.5º62.5%75.29%-
XYZ34.7245.7413.13-
YUV169.0573.23122.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.88%
GREEN value IS 192 (75.39% from 255) = 45.18%
BLUE value IS 72 (28.52% from 255) = 16.94%
R=37.88%
G=45.18%
B=16.94%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161192720.1600.630.2575.548.7851.76
HexA1C0481003F194c3134
Octal24130011020077311146164
Binary10100001110000001001000100000111111110011001100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C048; }

 p { color: rgb(161,192,72); }

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

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

 a { background-color: rgb(161,192,72); }

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

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

 span { border-color: rgb(161,192,72); }

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