#A4D737

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

Shades of Atlantis #A4D737

Tints of Atlantis #A4D737

Color information

#A4D737 (or 0xA4D737) is unknown color: approx Atlantis. HEX triplet: A4, D7 and 37. RGB value is (164,215,55). Sum of RGB (Red+Green+Blue) = 164+215+55=434 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.79% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #A4D737 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D737 is #5B28C8. Grayscale: #B6B6B6. Windows color (decimal): -5974217 or 3659684. OLE color: 3659684.

HSL color Cylindrical-coordinate representation of color #A4D737: hue angle of 79.12º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A4D737 is Cyan = 0.24, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.16.

Color convert

RGB16421555-
CMYK0.2400.740.16
HSL79.12º66.67%52.94%-
HSV(B)79.12º74.42%84.31%-
XYZ40.356.7712.45-
YUV181.5156.6115.51-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.79%
GREEN value IS 215 (84.38% from 255) = 49.54%
BLUE value IS 55 (21.88% from 255) = 12.67%
R=37.79%
G=49.54%
B=12.67%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal164215550.2400.740.1679.1266.6752.94
HexA4D7371804A104f4335
Octal244327673001122011710365
Binary101001001101011111011111000010010101000010011111000011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D737

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D737; }

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

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

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

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

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

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

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

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