Html Css Color HEX #A1C53D Atlantis

📋 copy color: '#A1C53D'

red 161 ◦ green 197 ◦ blue 61

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

Shades of Atlantis #A1C53D

Tints of Atlantis #A1C53D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 14.56%

R = 38.42%
G = 47.02%
B = 14.56%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#A1C53D (or 0xA1C53D) is known color: Atlantis. HEX triplet: A1, C5 and 3D. RGB value is (161,197,61). Sum of RGB (Red+Green+Blue) = 161+197+61=419 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.42% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C53D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C53D is #5E3AC2. Grayscale: #ABABAB. Windows color (decimal): -6175427 or 4048289. OLE color: 4048289.

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

Color convert

RGB 161 197 61 -
CMYK 0.18 0 0.69 0.23
HSL 75.88º 0.54% 0.51% -
HSV(B) 75.88º 0.69% 0.77% -
XYZ 35.51 47.85 11.78 -
YUV 170.73 66.07 121.06 -
System Red Green Blue C M Y K H S L
Decimal 161 197 61 0.18 0 0.69 0.23 75.88 0.54 0.51
Hex A1 C5 3D 12 0 45 17 4C 36 33
Octal 241 305 75 22 0 105 27 114 66 63
Binary 10100001 11000101 111101 10010 0 1000101 10111 1001100 110110 110011

Color Harmonies of #A1C53D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1C53D

Black with #A1C53D

Text Example


Text Example

White with #A1C53D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1C53D; }

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

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

background-color css

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

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

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

border-color css

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

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

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