#A1C13C

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

Shades of Atlantis #A1C13C

Tints of Atlantis #A1C13C

Color information

#A1C13C (or 0xA1C13C) is unknown color: approx Atlantis. HEX triplet: A1, C1 and 3C. RGB value is (161,193,60). Sum of RGB (Red+Green+Blue) = 161+193+60=414 (54% of max value = 765). Red value is 161 (63.28% from 255 or 38.89% from 414); Green value is 193 (75.78% from 255 or 46.62% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C13C is #5E3EC3. Grayscale: #A8A8A8. Windows color (decimal): -6176452 or 3981729. OLE color: 3981729.

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

Color convert

RGB16119360-
CMYK0.1700.690.24
HSL74.44º52.57%49.61%-
HSV(B)74.44º68.91%75.69%-
XYZ34.5846.0411.34-
YUV168.2766.9122.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.89%
GREEN value IS 193 (75.78% from 255) = 46.62%
BLUE value IS 60 (23.83% from 255) = 14.49%
R=38.89%
G=46.62%
B=14.49%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161193600.1700.690.2474.4452.5749.61
HexA1C13C11045184a3532
Octal24130174210105301126562
Binary10100001110000011111001000101000101110001001010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C13C; }

 p { color: rgb(161,193,60); }

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

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

 a { background-color: rgb(161,193,60); }

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

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

 span { border-color: rgb(161,193,60); }

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