#A4C03E

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

Shades of Atlantis #A4C03E

Tints of Atlantis #A4C03E

Color information

#A4C03E (or 0xA4C03E) is unknown color: approx Atlantis. HEX triplet: A4, C0 and 3E. RGB value is (164,192,62). Sum of RGB (Red+Green+Blue) = 164+192+62=418 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.23% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 62 (24.61% from 255 or 14.83% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C03E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C03E is #5B3FC1. Grayscale: #A9A9A9. Windows color (decimal): -5980098 or 4112548. OLE color: 4112548.

HSL color Cylindrical-coordinate representation of color #A4C03E: hue angle of 72.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A4C03E is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB16419262-
CMYK0.1500.680.25
HSL72.92º51.18%49.8%-
HSV(B)72.92º67.71%75.29%-
XYZ35.0345.9411.58-
YUV168.8167.72124.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 39.23%
GREEN value IS 192 (75.39% from 255) = 45.93%
BLUE value IS 62 (24.61% from 255) = 14.83%
R=39.23%
G=45.93%
B=14.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal164192620.1500.680.2572.9251.1849.8
HexA4C03EF04419493332
Octal24430076170104311116362
Binary1010010011000000111110111101000100110011001001110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C03E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C03E; }

 p { color: rgb(164,192,62); }

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

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

 a { background-color: rgb(164,192,62); }

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

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

 span { border-color: rgb(164,192,62); }

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