#A1CC42

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

Shades of Atlantis #A1CC42

Tints of Atlantis #A1CC42

Color information

#A1CC42 (or 0xA1CC42) is unknown color: approx Atlantis. HEX triplet: A1, CC and 42. RGB value is (161,204,66). Sum of RGB (Red+Green+Blue) = 161+204+66=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 204 (80.08% from 255 or 47.33% from 431); Blue value is 66 (26.17% from 255 or 15.31% from 431); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC42 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC42 is #5E33BD. Grayscale: #AFAFAF. Windows color (decimal): -6173630 or 4377761. OLE color: 4377761.

HSL color Cylindrical-coordinate representation of color #A1CC42: hue angle of 78.7º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A1CC42 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB16120466-
CMYK0.2100.680.2
HSL78.7º57.5%52.94%-
HSV(B)78.7º67.65%80%-
XYZ37.2751.1613.06-
YUV175.4166.25117.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.35%
GREEN value IS 204 (80.08% from 255) = 47.33%
BLUE value IS 66 (26.17% from 255) = 15.31%
R=37.35%
G=47.33%
B=15.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161204660.2100.680.278.757.552.94
HexA1CC4215044144f3a35
Octal241314102250104241177265
Binary101000011100110010000101010101000100101001001111111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC42; }

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

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

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

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

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

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

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

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