Html Css Color HEX #A1C449 Atlantis

📋 copy color: '#A1C449'

red 161 ◦ green 196 ◦ blue 73

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

Shades of Atlantis #A1C449

Tints of Atlantis #A1C449

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.58%

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

R = 37.44%
G = 45.58%
B = 16.98%

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

#A1C449 (or 0xA1C449) is known color: Atlantis. HEX triplet: A1, C4 and 49. RGB value is (161,196,73). Sum of RGB (Red+Green+Blue) = 161+196+73=430 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.44% from 430); Green value is 196 (76.95% from 255 or 45.58% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C449 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C449 is #5E3BB6. Grayscale: #ABABAB. Windows color (decimal): -6175671 or 4834465. OLE color: 4834465.

HSL color Cylindrical-coordinate representation of color #A1C449: hue angle of 77.07º degrees, saturation: 0.51, 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 #A1C449 is Cyan = 0.18, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.23.

Color convert

RGB 161 196 73 -
CMYK 0.18 0 0.63 0.23
HSL 77.07º 0.51% 0.53% -
HSV(B) 77.07º 0.63% 0.77% -
XYZ 35.64 47.54 13.6 -
YUV 171.51 72.4 120.5 -
System Red Green Blue C M Y K H S L
Decimal 161 196 73 0.18 0 0.63 0.23 77.07 0.51 0.53
Hex A1 C4 49 12 0 3F 17 4D 33 35
Octal 241 304 111 22 0 77 27 115 63 65
Binary 10100001 11000100 1001001 10010 0 111111 10111 1001101 110011 110101

Color Harmonies of #A1C449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C449

Black with #A1C449

Text Example


Text Example

White with #A1C449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C449; }

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

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

background-color css

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

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

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

border-color css

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

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

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