Html Css Color HEX #A1D13F Atlantis

📋 copy color: '#A1D13F'

red 161 ◦ green 209 ◦ blue 63

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

Shades of Atlantis #A1D13F

Tints of Atlantis #A1D13F

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.27%

 BLUE value IS 63 (25% from 255) = 14.55%

R = 37.18%
G = 48.27%
B = 14.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#A1D13F (or 0xA1D13F) is known color: Atlantis. HEX triplet: A1, D1 and 3F. RGB value is (161,209,63). Sum of RGB (Red+Green+Blue) = 161+209+63=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 63 (25% from 255 or 14.55% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D13F is #5E2EC0. Grayscale: #B2B2B2. Windows color (decimal): -6172353 or 4182433. OLE color: 4182433.

HSL color Cylindrical-coordinate representation of color #A1D13F: hue angle of 79.73º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1D13F is Cyan = 0.23, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 161 209 63 -
CMYK 0.23 0 0.70 0.18
HSL 79.73º 0.61% 0.53% -
HSV(B) 79.73º 0.7% 0.82% -
XYZ 38.4 53.54 13.01 -
YUV 178 63.1 115.87 -
System Red Green Blue C M Y K H S L
Decimal 161 209 63 0.23 0 0.70 0.18 79.73 0.61 0.53
Hex A1 D1 3F 17 0 46 12 50 3D 35
Octal 241 321 77 27 0 106 22 120 75 65
Binary 10100001 11010001 111111 10111 0 1000110 10010 1010000 111101 110101

Color Harmonies of #A1D13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D13F

Black with #A1D13F

Text Example


Text Example

White with #A1D13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D13F; }

 p { color: rgb(161,209,63); }

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

background-color css

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

 a { background-color: rgb(161,209,63); }

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

border-color css

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

 span { border-color: rgb(161,209,63); }

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