#A4C63E

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

Shades of Atlantis #A4C63E

Tints of Atlantis #A4C63E

Color information

#A4C63E (or 0xA4C63E) is unknown color: approx Atlantis. HEX triplet: A4, C6 and 3E. RGB value is (164,198,62). Sum of RGB (Red+Green+Blue) = 164+198+62=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 62 (24.61% from 255 or 14.62% from 424); Max value from RGB is 198 - color contains mainly: green. Hex color #A4C63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C63E is #5B39C1. Grayscale: #ACACAC. Windows color (decimal): -5978562 or 4114084. OLE color: 4114084.

HSL color Cylindrical-coordinate representation of color #A4C63E: hue angle of 75º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A4C63E is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB16419862-
CMYK0.1700.690.22
HSL75º54.4%50.98%-
HSV(B)75º68.69%77.65%-
XYZ36.3748.6312.03-
YUV172.3365.74122.06-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 38.68%
GREEN value IS 198 (77.73% from 255) = 46.70%
BLUE value IS 62 (24.61% from 255) = 14.62%
R=38.68%
G=46.70%
B=14.62%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164198620.1700.690.227554.450.98
HexA4C63E11045164b3633
Octal24430676210105261136663
Binary10100100110001101111101000101000101101101001011110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C63E; }

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

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

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

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

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

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

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

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