Html Css Color HEX #A1D73A Atlantis

📋 copy color: '#A1D73A'

red 161 ◦ green 215 ◦ blue 58

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

Shades of Atlantis #A1D73A

Tints of Atlantis #A1D73A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 49.54%

 BLUE value IS 58 (23.05% from 255) = 13.36%

R = 37.1%
G = 49.54%
B = 13.36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#A1D73A (or 0xA1D73A) is known color: Atlantis. HEX triplet: A1, D7 and 3A. RGB value is (161,215,58). Sum of RGB (Red+Green+Blue) = 161+215+58=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 215 (84.38% from 255 or 49.54% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D73A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D73A is #5E28C5. Grayscale: #B5B5B5. Windows color (decimal): -6170822 or 3856289. OLE color: 3856289.

HSL color Cylindrical-coordinate representation of color #A1D73A: hue angle of 80.64º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A1D73A is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 58 -
CMYK 0.25 0 0.73 0.16
HSL 80.64º 0.66% 0.54% -
HSV(B) 80.64º 0.73% 0.84% -
XYZ 39.76 56.48 12.81 -
YUV 180.96 58.61 113.77 -
System Red Green Blue C M Y K H S L
Decimal 161 215 58 0.25 0 0.73 0.16 80.64 0.66 0.54
Hex A1 D7 3A 19 0 49 10 51 42 36
Octal 241 327 72 31 0 111 20 121 102 66
Binary 10100001 11010111 111010 11001 0 1001001 10000 1010001 1000010 110110

Color Harmonies of #A1D73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D73A

Black with #A1D73A

Text Example


Text Example

White with #A1D73A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D73A; }

 p { color: rgb(161,215,58); }

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

background-color css

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

 a { background-color: rgb(161,215,58); }

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

border-color css

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

 span { border-color: rgb(161,215,58); }

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