#A4D23D

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

Shades of Atlantis #A4D23D

Tints of Atlantis #A4D23D

Color information

#A4D23D (or 0xA4D23D) is unknown color: approx Atlantis. HEX triplet: A4, D2 and 3D. RGB value is (164,210,61). Sum of RGB (Red+Green+Blue) = 164+210+61=435 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.70% from 435); Green value is 210 (82.42% from 255 or 48.28% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D23D is #5B2DC2. Grayscale: #B3B3B3. Windows color (decimal): -5975491 or 4051620. OLE color: 4051620.

HSL color Cylindrical-coordinate representation of color #A4D23D: hue angle of 78.52º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A4D23D is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB16421061-
CMYK0.2200.710.18
HSL78.52º62.34%53.14%-
HSV(B)78.52º70.95%82.35%-
XYZ39.254.3212.83-
YUV179.2661.26117.12-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.70%
GREEN value IS 210 (82.42% from 255) = 48.28%
BLUE value IS 61 (24.22% from 255) = 14.02%
R=37.70%
G=48.28%
B=14.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164210610.2200.710.1878.5262.3453.14
HexA4D23D16047124f3e35
Octal24432275260107221177665
Binary10100100110100101111011011001000111100101001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D23D; }

 p { color: rgb(164,210,61); }

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

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

 a { background-color: rgb(164,210,61); }

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

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

 span { border-color: rgb(164,210,61); }

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