#A4D23F

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

Shades of Atlantis #A4D23F

Tints of Atlantis #A4D23F

Color information

#A4D23F (or 0xA4D23F) is unknown color: approx Atlantis. HEX triplet: A4, D2 and 3F. RGB value is (164,210,63). Sum of RGB (Red+Green+Blue) = 164+210+63=437 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.53% from 437); Green value is 210 (82.42% from 255 or 48.05% from 437); Blue value is 63 (25% from 255 or 14.42% from 437); Max value from RGB is 210 - color contains mainly: green. Hex color #A4D23F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4D23F is #5B2DC0. Grayscale: #B4B4B4. Windows color (decimal): -5975489 or 4182692. OLE color: 4182692.

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

Color convert

RGB16421063-
CMYK0.2200.700.18
HSL78.78º62.03%53.53%-
HSV(B)78.78º70%82.35%-
XYZ39.2554.3413.12-
YUV179.4962.26116.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 37.53%
GREEN value IS 210 (82.42% from 255) = 48.05%
BLUE value IS 63 (25% from 255) = 14.42%
R=37.53%
G=48.05%
B=14.42%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal164210630.2200.700.1878.7862.0353.53
HexA4D23F16046124f3e36
Octal24432277260106221177666
Binary10100100110100101111111011001000110100101001111111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D23F; }

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

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

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

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

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

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

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

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