Html Css Color HEX #A1D63A Atlantis

📋 copy color: '#A1D63A'

red 161 ◦ green 214 ◦ blue 58

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

Shades of Atlantis #A1D63A

Tints of Atlantis #A1D63A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 49.42%

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

R = 37.18%
G = 49.42%
B = 13.39%

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

#A1D63A (or 0xA1D63A) is known color: Atlantis. HEX triplet: A1, D6 and 3A. RGB value is (161,214,58). Sum of RGB (Red+Green+Blue) = 161+214+58=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 214 (83.98% from 255 or 49.42% from 433); Blue value is 58 (23.05% from 255 or 13.39% from 433); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D63A is #5E29C5. Grayscale: #B4B4B4. Windows color (decimal): -6171078 or 3856033. OLE color: 3856033.

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

Color convert

RGB 161 214 58 -
CMYK 0.25 0 0.73 0.16
HSL 80.38º 0.66% 0.53% -
HSV(B) 80.38º 0.73% 0.84% -
XYZ 39.51 55.98 12.73 -
YUV 180.37 58.94 114.18 -
System Red Green Blue C M Y K H S L
Decimal 161 214 58 0.25 0 0.73 0.16 80.38 0.66 0.53
Hex A1 D6 3A 19 0 49 10 50 42 35
Octal 241 326 72 31 0 111 20 120 102 65
Binary 10100001 11010110 111010 11001 0 1001001 10000 1010000 1000010 110101

Color Harmonies of #A1D63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D63A

Black with #A1D63A

Text Example


Text Example

White with #A1D63A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D63A; }

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

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

background-color css

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

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

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

border-color css

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

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

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