Html Css Color HEX #A1C549 Atlantis

📋 copy color: '#A1C549'

red 161 ◦ green 197 ◦ blue 73

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

Shades of Atlantis #A1C549

Tints of Atlantis #A1C549

RGB

 RED value IS 161 (63.28% from 255) = 37.35%

 GREEN value IS 197 (77.34% from 255) = 45.71%

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

R = 37.35%
G = 45.71%
B = 16.94%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#A1C549 (or 0xA1C549) is known color: Atlantis. HEX triplet: A1, C5 and 49. RGB value is (161,197,73). Sum of RGB (Red+Green+Blue) = 161+197+73=431 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.35% from 431); Green value is 197 (77.34% from 255 or 45.71% from 431); Blue value is 73 (28.91% from 255 or 16.94% from 431); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C549 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C549 is #5E3AB6. Grayscale: #ACACAC. Windows color (decimal): -6175415 or 4834721. OLE color: 4834721.

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

Color convert

RGB 161 197 73 -
CMYK 0.18 0 0.63 0.23
HSL 77.42º 0.52% 0.53% -
HSV(B) 77.42º 0.63% 0.77% -
XYZ 35.87 47.99 13.68 -
YUV 172.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 161 197 73 0.18 0 0.63 0.23 77.42 0.52 0.53
Hex A1 C5 49 12 0 3F 17 4D 34 35
Octal 241 305 111 22 0 77 27 115 64 65
Binary 10100001 11000101 1001001 10010 0 111111 10111 1001101 110100 110101

Color Harmonies of #A1C549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C549

Black with #A1C549

Text Example


Text Example

White with #A1C549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C549; }

 p { color: rgb(161,197,73); }

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

background-color css

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

 a { background-color: rgb(161,197,73); }

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

border-color css

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

 span { border-color: rgb(161,197,73); }

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