#A4CE37

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

Shades of Atlantis #A4CE37

Tints of Atlantis #A4CE37

Color information

#A4CE37 (or 0xA4CE37) is unknown color: approx Atlantis. HEX triplet: A4, CE and 37. RGB value is (164,206,55). Sum of RGB (Red+Green+Blue) = 164+206+55=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 206 (80.86% from 255 or 48.47% from 425); Blue value is 55 (21.88% from 255 or 12.94% from 425); Max value from RGB is 206 - color contains mainly: green. Hex color #A4CE37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4CE37 is #5B31C8. Grayscale: #B0B0B0. Windows color (decimal): -5976521 or 3657380. OLE color: 3657380.

HSL color Cylindrical-coordinate representation of color #A4CE37: hue angle of 76.69º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A4CE37 is Cyan = 0.20, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.

Color convert

RGB16420655-
CMYK0.2000.730.19
HSL76.69º60.64%51.18%-
HSV(B)76.69º73.3%80.78%-
XYZ38.0752.3111.7-
YUV176.2359.59119.28-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.59%
GREEN value IS 206 (80.86% from 255) = 48.47%
BLUE value IS 55 (21.88% from 255) = 12.94%
R=38.59%
G=48.47%
B=12.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal164206550.2000.730.1976.6960.6451.18
HexA4CE3714049134d3d33
Octal24431667240111231157563
Binary10100100110011101101111010001001001100111001101111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4CE37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4CE37; }

 p { color: rgb(164,206,55); }

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

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

 a { background-color: rgb(164,206,55); }

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

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

 span { border-color: rgb(164,206,55); }

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