Html Css Color HEX #A2C040 Atlantis

📋 copy color: '#A2C040'

red 162 ◦ green 192 ◦ blue 64

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

Shades of Atlantis #A2C040

Tints of Atlantis #A2C040

RGB

 RED value IS 162 (63.67% from 255) = 38.76%

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

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

R = 38.76%
G = 45.93%
B = 15.31%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#A2C040 (or 0xA2C040) is known color: Atlantis. HEX triplet: A2, C0 and 40. RGB value is (162,192,64). Sum of RGB (Red+Green+Blue) = 162+192+64=418 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.76% from 418); Green value is 192 (75.39% from 255 or 45.93% from 418); Blue value is 64 (25.39% from 255 or 15.31% from 418); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C040 is #5D3FBF. Grayscale: #A8A8A8. Windows color (decimal): -6111168 or 4243618. OLE color: 4243618.

HSL color Cylindrical-coordinate representation of color #A2C040: hue angle of 74.06º 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 #A2C040 is Cyan = 0.16, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 162 192 64 -
CMYK 0.16 0 0.67 0.25
HSL 74.06º 0.5% 0.5% -
HSV(B) 74.06º 0.67% 0.75% -
XYZ 34.68 45.75 11.85 -
YUV 168.44 69.06 123.41 -
System Red Green Blue C M Y K H S L
Decimal 162 192 64 0.16 0 0.67 0.25 74.06 0.5 0.5
Hex A2 C0 40 10 0 43 19 4A 32 32
Octal 242 300 100 20 0 103 31 112 62 62
Binary 10100010 11000000 1000000 10000 0 1000011 11001 1001010 110010 110010

Color Harmonies of #A2C040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C040

Black with #A2C040

Text Example


Text Example

White with #A2C040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C040; }

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

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

background-color css

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

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

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

border-color css

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

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

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