#A1C043

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

Shades of Atlantis #A1C043

Tints of Atlantis #A1C043

Color information

#A1C043 (or 0xA1C043) is unknown color: approx Atlantis. HEX triplet: A1, C0 and 43. RGB value is (161,192,67). Sum of RGB (Red+Green+Blue) = 161+192+67=420 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.33% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 67 (26.56% from 255 or 15.95% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C043 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C043 is #5E3FBC. Grayscale: #A8A8A8. Windows color (decimal): -6176701 or 4440225. OLE color: 4440225.

HSL color Cylindrical-coordinate representation of color #A1C043: hue angle of 74.88º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1C043 is Cyan = 0.16, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.25.

Color convert

RGB16119267-
CMYK0.1600.650.25
HSL74.88º49.8%50.78%-
HSV(B)74.88º65.1%75.29%-
XYZ34.5645.6812.31-
YUV168.4870.73122.66-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.33%
GREEN value IS 192 (75.39% from 255) = 45.71%
BLUE value IS 67 (26.56% from 255) = 15.95%
R=38.33%
G=45.71%
B=15.95%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161192670.1600.650.2574.8849.850.78
HexA1C04310041194b3233
Octal241300103200101311136263
Binary101000011100000010000111000001000001110011001011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C043; }

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

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

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

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

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

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

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

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