Html Css Color HEX #A2DF31 Atlantis

📋 copy color: '#A2DF31'

red 162 ◦ green 223 ◦ blue 49

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

Shades of Atlantis #A2DF31

Tints of Atlantis #A2DF31

RGB

 RED value IS 162 (63.67% from 255) = 37.33%

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

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

R = 37.33%
G = 51.38%
B = 11.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#A2DF31 (or 0xA2DF31) is known color: Atlantis. HEX triplet: A2, DF and 31. RGB value is (162,223,49). Sum of RGB (Red+Green+Blue) = 162+223+49=434 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.33% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #A2DF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2DF31 is #5D20CE. Grayscale: #B9B9B9. Windows color (decimal): -6103247 or 3268514. OLE color: 3268514.

HSL color Cylindrical-coordinate representation of color #A2DF31: hue angle of 81.03º 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 #A2DF31 is Cyan = 0.27, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB 162 223 49 -
CMYK 0.27 0 0.78 0.13
HSL 81.03º 0.73% 0.53% -
HSV(B) 81.03º 0.78% 0.87% -
XYZ 41.84 60.68 12.41 -
YUV 184.93 51.29 111.65 -
System Red Green Blue C M Y K H S L
Decimal 162 223 49 0.27 0 0.78 0.13 81.03 0.73 0.53
Hex A2 DF 31 1B 0 4E D 51 49 35
Octal 242 337 61 33 0 116 15 121 111 65
Binary 10100010 11011111 110001 11011 0 1001110 1101 1010001 1001001 110101

Color Harmonies of #A2DF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2DF31

Black with #A2DF31

Text Example


Text Example

White with #A2DF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2DF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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