#A1C748

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

Shades of Atlantis #A1C748

Tints of Atlantis #A1C748

Color information

#A1C748 (or 0xA1C748) is unknown color: approx Atlantis. HEX triplet: A1, C7 and 48. RGB value is (161,199,72). Sum of RGB (Red+Green+Blue) = 161+199+72=432 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.27% from 432); Green value is 199 (78.12% from 255 or 46.06% from 432); Blue value is 72 (28.52% from 255 or 16.67% from 432); Max value from RGB is 199 - color contains mainly: green. Hex color #A1C748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C748 is #5E38B7. Grayscale: #ADADAD. Windows color (decimal): -6174904 or 4769697. OLE color: 4769697.

HSL color Cylindrical-coordinate representation of color #A1C748: hue angle of 77.95º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A1C748 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB16119972-
CMYK0.1900.640.22
HSL77.95º53.14%53.14%-
HSV(B)77.95º63.82%78.04%-
XYZ36.2948.8913.66-
YUV173.1670.91119.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.27%
GREEN value IS 199 (78.12% from 255) = 46.06%
BLUE value IS 72 (28.52% from 255) = 16.67%
R=37.27%
G=46.06%
B=16.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal161199720.1900.640.2277.9553.1453.14
HexA1C74813040164e3535
Octal241307110230100261166565
Binary101000011100011110010001001101000000101101001110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C748; }

 p { color: rgb(161,199,72); }

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

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

 a { background-color: rgb(161,199,72); }

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

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

 span { border-color: rgb(161,199,72); }

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