#A2CD4E

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

Shades of Atlantis #A2CD4E

Tints of Atlantis #A2CD4E

Color information

#A2CD4E (or 0xA2CD4E) is unknown color: approx Atlantis. HEX triplet: A2, CD and 4E. RGB value is (162,205,78). Sum of RGB (Red+Green+Blue) = 162+205+78=445 (58% of max value = 765). Red value is 162 (63.67% from 255 or 36.40% from 445); Green value is 205 (80.47% from 255 or 46.07% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CD4E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CD4E is #5D32B1. Grayscale: #B2B2B2. Windows color (decimal): -6107826 or 5164450. OLE color: 5164450.

HSL color Cylindrical-coordinate representation of color #A2CD4E: hue angle of 80.31º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A2CD4E is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB16220578-
CMYK0.2100.620.20
HSL80.31º55.95%55.49%-
HSV(B)80.31º61.95%80.39%-
XYZ38.1151.8915.22-
YUV177.6671.75116.83-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 36.40%
GREEN value IS 205 (80.47% from 255) = 46.07%
BLUE value IS 78 (30.86% from 255) = 17.53%
R=36.40%
G=46.07%
B=17.53%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal162205780.2100.620.2080.3155.9555.49
HexA2CD4E1503E14503837
Octal24231511625076241207067
Binary10100010110011011001110101010111110101001010000111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CD4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CD4E; }

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

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

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

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

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

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

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

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