Html Css Color HEX #A1DF31 Atlantis

📋 copy color: '#A1DF31'

red 161 ◦ green 223 ◦ blue 49

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

Shades of Atlantis #A1DF31

Tints of Atlantis #A1DF31

RGB

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

 GREEN value IS 223 (87.5% from 255) = 51.5%

 BLUE value IS 49 (19.53% from 255) = 11.32%

R = 37.18%
G = 51.5%
B = 11.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#A1DF31 (or 0xA1DF31) is known color: Atlantis. HEX triplet: A1, DF and 31. RGB value is (161,223,49). Sum of RGB (Red+Green+Blue) = 161+223+49=433 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.18% from 433); Green value is 223 (87.5% from 255 or 51.50% from 433); Blue value is 49 (19.53% from 255 or 11.32% from 433); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DF31 is #5E20CE. Grayscale: #B9B9B9. Windows color (decimal): -6168783 or 3268513. OLE color: 3268513.

HSL color Cylindrical-coordinate representation of color #A1DF31: hue angle of 81.38º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A1DF31 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 223 49 -
CMYK 0.28 0 0.78 0.13
HSL 81.38º 0.73% 0.53% -
HSV(B) 81.38º 0.78% 0.87% -
XYZ 41.64 60.57 12.4 -
YUV 184.63 51.46 111.15 -
System Red Green Blue C M Y K H S L
Decimal 161 223 49 0.28 0 0.78 0.13 81.38 0.73 0.53
Hex A1 DF 31 1C 0 4E D 51 49 35
Octal 241 337 61 34 0 116 15 121 111 65
Binary 10100001 11011111 110001 11100 0 1001110 1101 1010001 1001001 110101

Color Harmonies of #A1DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DF31

Black with #A1DF31

Text Example


Text Example

White with #A1DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DF31; }

 p { color: rgb(161,223,49); }

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

background-color css

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

 a { background-color: rgb(161,223,49); }

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

border-color css

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

 span { border-color: rgb(161,223,49); }

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