#A2C744

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

Shades of Atlantis #A2C744

Tints of Atlantis #A2C744

Color information

#A2C744 (or 0xA2C744) is unknown color: approx Atlantis. HEX triplet: A2, C7 and 44. RGB value is (162,199,68). Sum of RGB (Red+Green+Blue) = 162+199+68=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 68 (26.95% from 255 or 15.85% from 429); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C744 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C744 is #5D38BB. Grayscale: #ADADAD. Windows color (decimal): -6109372 or 4507554. OLE color: 4507554.

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

Color convert

RGB16219968-
CMYK0.1900.660.22
HSL76.95º53.91%52.35%-
HSV(B)76.95º65.83%78.04%-
XYZ36.3748.9513-
YUV17368.74120.15-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 199 (78.12% from 255) = 46.39%
BLUE value IS 68 (26.95% from 255) = 15.85%
R=37.76%
G=46.39%
B=15.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162199680.1900.660.2276.9553.9152.35
HexA2C74413042164d3634
Octal242307104230102261156664
Binary101000101100011110001001001101000010101101001101110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C744; }

 p { color: rgb(162,199,68); }

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

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

 a { background-color: rgb(162,199,68); }

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

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

 span { border-color: rgb(162,199,68); }

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