#A1C042

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

Shades of Atlantis #A1C042

Tints of Atlantis #A1C042

Color information

#A1C042 (or 0xA1C042) is unknown color: approx Atlantis. HEX triplet: A1, C0 and 42. RGB value is (161,192,66). Sum of RGB (Red+Green+Blue) = 161+192+66=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 192 (75.39% from 255 or 45.82% from 419); Blue value is 66 (26.17% from 255 or 15.75% from 419); Max value from RGB is 192 - color contains mainly: green. Hex color #A1C042 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C042 is #5E3FBD. Grayscale: #A8A8A8. Windows color (decimal): -6176702 or 4374689. OLE color: 4374689.

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

Color convert

RGB16119266-
CMYK0.1600.660.25
HSL74.76º50%50.59%-
HSV(B)74.76º65.62%75.29%-
XYZ34.5345.6712.15-
YUV168.3770.23122.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.42%
GREEN value IS 192 (75.39% from 255) = 45.82%
BLUE value IS 66 (26.17% from 255) = 15.75%
R=38.42%
G=45.82%
B=15.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal161192660.1600.660.2574.765050.59
HexA1C04210042194b3233
Octal241300102200102311136263
Binary101000011100000010000101000001000010110011001011110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C042; }

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

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

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

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

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

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

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

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