Html Css Color HEX #A1D83A Atlantis

📋 copy color: '#A1D83A'

red 161 ◦ green 216 ◦ blue 58

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

Shades of Atlantis #A1D83A

Tints of Atlantis #A1D83A

RGB

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

 GREEN value IS 216 (84.77% from 255) = 49.66%

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

R = 37.01%
G = 49.66%
B = 13.33%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#A1D83A (or 0xA1D83A) is known color: Atlantis. HEX triplet: A1, D8 and 3A. RGB value is (161,216,58). Sum of RGB (Red+Green+Blue) = 161+216+58=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 58 (23.05% from 255 or 13.33% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #A1D83A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D83A is #5E27C5. Grayscale: #B6B6B6. Windows color (decimal): -6170566 or 3856545. OLE color: 3856545.

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

Color convert

RGB 161 216 58 -
CMYK 0.25 0 0.73 0.15
HSL 80.89º 0.67% 0.54% -
HSV(B) 80.89º 0.73% 0.85% -
XYZ 40.02 56.99 12.89 -
YUV 181.54 58.28 113.35 -
System Red Green Blue C M Y K H S L
Decimal 161 216 58 0.25 0 0.73 0.15 80.89 0.67 0.54
Hex A1 D8 3A 19 0 49 F 51 43 36
Octal 241 330 72 31 0 111 17 121 103 66
Binary 10100001 11011000 111010 11001 0 1001001 1111 1010001 1000011 110110

Color Harmonies of #A1D83A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D83A

Black with #A1D83A

Text Example


Text Example

White with #A1D83A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D83A; }

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

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

background-color css

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

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

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

border-color css

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

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

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