Html Css Color HEX #A1C149 Atlantis

📋 copy color: '#A1C149'

red 161 ◦ green 193 ◦ blue 73

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

Shades of Atlantis #A1C149

Tints of Atlantis #A1C149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.2%

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

R = 37.7%
G = 45.2%
B = 17.1%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#A1C149 (or 0xA1C149) is known color: Atlantis. HEX triplet: A1, C1 and 49. RGB value is (161,193,73). Sum of RGB (Red+Green+Blue) = 161+193+73=427 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.70% from 427); Green value is 193 (75.78% from 255 or 45.20% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C149 is #5E3EB6. Grayscale: #AAAAAA. Windows color (decimal): -6176439 or 4833697. OLE color: 4833697.

HSL color Cylindrical-coordinate representation of color #A1C149: hue angle of 76º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A1C149 is Cyan = 0.17, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB 161 193 73 -
CMYK 0.17 0 0.62 0.24
HSL 76º 0.49% 0.52% -
HSV(B) 76º 0.62% 0.76% -
XYZ 34.97 46.2 13.38 -
YUV 169.75 73.4 121.76 -
System Red Green Blue C M Y K H S L
Decimal 161 193 73 0.17 0 0.62 0.24 76 0.49 0.52
Hex A1 C1 49 11 0 3E 18 4C 31 34
Octal 241 301 111 21 0 76 30 114 61 64
Binary 10100001 11000001 1001001 10001 0 111110 11000 1001100 110001 110100

Color Harmonies of #A1C149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C149

Black with #A1C149

Text Example


Text Example

White with #A1C149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C149; }

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

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

background-color css

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

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

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

border-color css

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

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

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