#A2C348

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

Shades of Atlantis #A2C348

Tints of Atlantis #A2C348

Color information

#A2C348 (or 0xA2C348) is unknown color: approx Atlantis. HEX triplet: A2, C3 and 48. RGB value is (162,195,72). Sum of RGB (Red+Green+Blue) = 162+195+72=429 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.76% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C348 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C348 is #5D3CB7. Grayscale: #ABABAB. Windows color (decimal): -6110392 or 4768674. OLE color: 4768674.

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

Color convert

RGB16219572-
CMYK0.1700.630.24
HSL76.1º50.62%52.35%-
HSV(B)76.1º63.08%76.47%-
XYZ35.5947.1813.36-
YUV171.1172.07121.5-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.76%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=37.76%
G=45.45%
B=16.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal162195720.1700.630.2476.150.6252.35
HexA2C3481103F184c3334
Octal24230311021077301146364
Binary10100010110000111001000100010111111110001001100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C348; }

 p { color: rgb(162,195,72); }

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

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

 a { background-color: rgb(162,195,72); }

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

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

 span { border-color: rgb(162,195,72); }

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