Html Css Color HEX #A4C040 Atlantis

📋 copy color: '#A4C040'

red 164 ◦ green 192 ◦ blue 64

#A4C040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A4C040

Tints of Atlantis #A4C040

RGB

 RED value IS 164 (64.45% from 255) = 39.05%

 GREEN value IS 192 (75.39% from 255) = 45.71%

 BLUE value IS 64 (25.39% from 255) = 15.24%

R = 39.05%
G = 45.71%
B = 15.24%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#A4C040 (or 0xA4C040) is known color: Atlantis. HEX triplet: A4, C0 and 40. RGB value is (164,192,64). Sum of RGB (Red+Green+Blue) = 164+192+64=420 (55% of max value = 765). Red value is 164 (64.45% from 255 or 39.05% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #A4C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A4C040 is #5B3FBF. Grayscale: #A9A9A9. Windows color (decimal): -5980096 or 4243620. OLE color: 4243620.

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

Color convert

RGB 164 192 64 -
CMYK 0.15 0 0.67 0.25
HSL 73.13º 0.5% 0.5% -
HSV(B) 73.13º 0.67% 0.75% -
XYZ 35.08 45.96 11.87 -
YUV 169.04 68.72 124.41 -
System Red Green Blue C M Y K H S L
Decimal 164 192 64 0.15 0 0.67 0.25 73.13 0.5 0.5
Hex A4 C0 40 F 0 43 19 49 32 32
Octal 244 300 100 17 0 103 31 111 62 62
Binary 10100100 11000000 1000000 1111 0 1000011 11001 1001001 110010 110010

Color Harmonies of #A4C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4C040

Black with #A4C040

Text Example


Text Example

White with #A4C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4C040; }

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

 H1.HeaderClassName
 {
   color: #A4C040;
 }
 .AnyTagClassName
 {
   color: #A4C040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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