#A2C94F

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

Shades of Atlantis #A2C94F

Tints of Atlantis #A2C94F

Color information

#A2C94F (or 0xA2C94F) is unknown color: approx Atlantis. HEX triplet: A2, C9 and 4F. RGB value is (162,201,79). Sum of RGB (Red+Green+Blue) = 162+201+79=442 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.65% from 442); Green value is 201 (78.91% from 255 or 45.48% from 442); Blue value is 79 (31.25% from 255 or 17.87% from 442); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C94F is #5D36B0. Grayscale: #AFAFAF. Windows color (decimal): -6108849 or 5228962. OLE color: 5228962.

HSL color Cylindrical-coordinate representation of color #A2C94F: hue angle of 79.18º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A2C94F is Cyan = 0.19, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB16220179-
CMYK0.1900.610.21
HSL79.18º53.04%54.9%-
HSV(B)79.18º60.7%78.82%-
XYZ37.250.0215.09-
YUV175.4373.58118.42-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.65%
GREEN value IS 201 (78.91% from 255) = 45.48%
BLUE value IS 79 (31.25% from 255) = 17.87%
R=36.65%
G=45.48%
B=17.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal162201790.1900.610.2179.1853.0454.9
HexA2C94F1303D154f3537
Octal24231111723075251176567
Binary10100010110010011001111100110111101101011001111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C94F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C94F; }

 p { color: rgb(162,201,79); }

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

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

 a { background-color: rgb(162,201,79); }

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

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

 span { border-color: rgb(162,201,79); }

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