#A2C84E

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

Shades of Atlantis #A2C84E

Tints of Atlantis #A2C84E

Color information

#A2C84E (or 0xA2C84E) is unknown color: approx Atlantis. HEX triplet: A2, C8 and 4E. RGB value is (162,200,78). Sum of RGB (Red+Green+Blue) = 162+200+78=440 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.82% from 440); Green value is 200 (78.52% from 255 or 45.45% from 440); Blue value is 78 (30.86% from 255 or 17.73% from 440); Max value from RGB is 200 - color contains mainly: green. Hex color #A2C84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C84E is #5D37B1. Grayscale: #AFAFAF. Windows color (decimal): -6109106 or 5163170. OLE color: 5163170.

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

Color convert

RGB16220078-
CMYK0.1900.610.22
HSL78.69º52.59%54.51%-
HSV(B)78.69º61%78.43%-
XYZ36.9349.5414.82-
YUV174.7373.41118.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.82%
GREEN value IS 200 (78.52% from 255) = 45.45%
BLUE value IS 78 (30.86% from 255) = 17.73%
R=36.82%
G=45.45%
B=17.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162200780.1900.610.2278.6952.5954.51
HexA2C84E1303D164f3537
Octal24231011623075261176567
Binary10100010110010001001110100110111101101101001111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C84E; }

 p { color: rgb(162,200,78); }

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

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

 a { background-color: rgb(162,200,78); }

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

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

 span { border-color: rgb(162,200,78); }

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