Html Css Color HEX #A2C649 Atlantis

📋 copy color: '#A2C649'

red 162 ◦ green 198 ◦ blue 73

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

Shades of Atlantis #A2C649

Tints of Atlantis #A2C649

RGB

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

 GREEN value IS 198 (77.73% from 255) = 45.73%

 BLUE value IS 73 (28.91% from 255) = 16.86%

R = 37.41%
G = 45.73%
B = 16.86%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#A2C649 (or 0xA2C649) is known color: Atlantis. HEX triplet: A2, C6 and 49. RGB value is (162,198,73). Sum of RGB (Red+Green+Blue) = 162+198+73=433 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.41% from 433); Green value is 198 (77.73% from 255 or 45.73% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C649 is #5D39B6. Grayscale: #ADADAD. Windows color (decimal): -6109623 or 4834978. OLE color: 4834978.

HSL color Cylindrical-coordinate representation of color #A2C649: hue angle of 77.28º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A2C649 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 162 198 73 -
CMYK 0.18 0 0.63 0.22
HSL 77.28º 0.52% 0.53% -
HSV(B) 77.28º 0.63% 0.78% -
XYZ 36.3 48.55 13.76 -
YUV 172.99 71.57 120.16 -
System Red Green Blue C M Y K H S L
Decimal 162 198 73 0.18 0 0.63 0.22 77.28 0.52 0.53
Hex A2 C6 49 12 0 3F 16 4D 34 35
Octal 242 306 111 22 0 77 26 115 64 65
Binary 10100010 11000110 1001001 10010 0 111111 10110 1001101 110100 110101

Color Harmonies of #A2C649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2C649

Black with #A2C649

Text Example


Text Example

White with #A2C649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2C649; }

 p { color: rgb(162,198,73); }

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

background-color css

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

 a { background-color: rgb(162,198,73); }

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

border-color css

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

 span { border-color: rgb(162,198,73); }

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