#A2C74A

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

Shades of Atlantis #A2C74A

Tints of Atlantis #A2C74A

Color information

#A2C74A (or 0xA2C74A) is unknown color: approx Atlantis. HEX triplet: A2, C7 and 4A. RGB value is (162,199,74). Sum of RGB (Red+Green+Blue) = 162+199+74=435 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.24% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 74 (29.30% from 255 or 17.01% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C74A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C74A is #5D38B5. Grayscale: #AEAEAE. Windows color (decimal): -6109366 or 4900770. OLE color: 4900770.

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

Color convert

RGB16219974-
CMYK0.1900.630.22
HSL77.76º52.74%53.53%-
HSV(B)77.76º62.81%78.04%-
XYZ36.5649.0214.01-
YUV173.6971.74119.66-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.24%
GREEN value IS 199 (78.12% from 255) = 45.75%
BLUE value IS 74 (29.30% from 255) = 17.01%
R=37.24%
G=45.75%
B=17.01%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162199740.1900.630.2277.7652.7453.53
HexA2C74A1303F164e3536
Octal24230711223077261166566
Binary10100010110001111001010100110111111101101001110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C74A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C74A; }

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

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

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

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

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

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

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

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