Html Css Color HEX #A1D73B Atlantis

📋 copy color: '#A1D73B'

red 161 ◦ green 215 ◦ blue 59

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

Shades of Atlantis #A1D73B

Tints of Atlantis #A1D73B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.56%

R = 37.01%
G = 49.43%
B = 13.56%

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

#A1D73B (or 0xA1D73B) is known color: Atlantis. HEX triplet: A1, D7 and 3B. RGB value is (161,215,59). Sum of RGB (Red+Green+Blue) = 161+215+59=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 215 (84.38% from 255 or 49.43% from 435); Blue value is 59 (23.44% from 255 or 13.56% from 435); Max value from RGB is 215 - color contains mainly: green. Hex color #A1D73B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D73B is #5E28C4. Grayscale: #B5B5B5. Windows color (decimal): -6170821 or 3921825. OLE color: 3921825.

HSL color Cylindrical-coordinate representation of color #A1D73B: hue angle of 80.77º 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 #A1D73B is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 215 59 -
CMYK 0.25 0 0.73 0.16
HSL 80.77º 0.66% 0.54% -
HSV(B) 80.77º 0.73% 0.84% -
XYZ 39.79 56.49 12.95 -
YUV 181.07 59.11 113.68 -
System Red Green Blue C M Y K H S L
Decimal 161 215 59 0.25 0 0.73 0.16 80.77 0.66 0.54
Hex A1 D7 3B 19 0 49 10 51 42 36
Octal 241 327 73 31 0 111 20 121 102 66
Binary 10100001 11010111 111011 11001 0 1001001 10000 1010001 1000010 110110

Color Harmonies of #A1D73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D73B

Black with #A1D73B

Text Example


Text Example

White with #A1D73B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D73B; }

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

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

background-color css

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

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

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

border-color css

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

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

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