#A1C244

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

Shades of Atlantis #A1C244

Tints of Atlantis #A1C244

Color information

#A1C244 (or 0xA1C244) is unknown color: approx Atlantis. HEX triplet: A1, C2 and 44. RGB value is (161,194,68). Sum of RGB (Red+Green+Blue) = 161+194+68=423 (56% of max value = 765). Red value is 161 (63.28% from 255 or 38.06% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 68 (26.95% from 255 or 16.08% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C244 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C244 is #5E3DBB. Grayscale: #AAAAAA. Windows color (decimal): -6176188 or 4506273. OLE color: 4506273.

HSL color Cylindrical-coordinate representation of color #A1C244: hue angle of 75.71º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A1C244 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.24.

Color convert

RGB16119468-
CMYK0.1700.650.24
HSL75.71º50.81%51.37%-
HSV(B)75.71º64.95%76.08%-
XYZ35.0346.5812.61-
YUV169.7770.57121.75-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.06%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 68 (26.95% from 255) = 16.08%
R=38.06%
G=45.86%
B=16.08%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161194680.1700.650.2475.7150.8151.37
HexA1C24411041184c3333
Octal241302104210101301146363
Binary101000011100001010001001000101000001110001001100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C244; }

 p { color: rgb(161,194,68); }

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

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

 a { background-color: rgb(161,194,68); }

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

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

 span { border-color: rgb(161,194,68); }

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