Html Css Color HEX #A1D93F Atlantis

📋 copy color: '#A1D93F'

red 161 ◦ green 217 ◦ blue 63

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

Shades of Atlantis #A1D93F

Tints of Atlantis #A1D93F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.21%

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

R = 36.51%
G = 49.21%
B = 14.29%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.15

RGB Variations

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

Color information

#A1D93F (or 0xA1D93F) is known color: Atlantis. HEX triplet: A1, D9 and 3F. RGB value is (161,217,63). Sum of RGB (Red+Green+Blue) = 161+217+63=441 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.51% from 441); Green value is 217 (85.16% from 255 or 49.21% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D93F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D93F is #5E26C0. Grayscale: #B7B7B7. Windows color (decimal): -6170305 or 4184481. OLE color: 4184481.

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

Color convert

RGB 161 217 63 -
CMYK 0.26 0 0.71 0.15
HSL 81.82º 0.67% 0.55% -
HSV(B) 81.82º 0.71% 0.85% -
XYZ 40.41 57.56 13.68 -
YUV 182.7 60.45 112.52 -
System Red Green Blue C M Y K H S L
Decimal 161 217 63 0.26 0 0.71 0.15 81.82 0.67 0.55
Hex A1 D9 3F 1A 0 47 F 52 43 37
Octal 241 331 77 32 0 107 17 122 103 67
Binary 10100001 11011001 111111 11010 0 1000111 1111 1010010 1000011 110111

Color Harmonies of #A1D93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1D93F

Black with #A1D93F

Text Example


Text Example

White with #A1D93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1D93F; }

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

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

background-color css

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

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

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

border-color css

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

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

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