Html Css Color HEX #ACDC31 Atlantis

📋 copy color: '#ACDC31'

red 172 ◦ green 220 ◦ blue 49

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

Shades of Atlantis #ACDC31

Tints of Atlantis #ACDC31

RGB

 RED value IS 172 (67.58% from 255) = 39%

 GREEN value IS 220 (86.33% from 255) = 49.89%

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

R = 39%
G = 49.89%
B = 11.11%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.78

 K value IS 0.14

RGB Variations

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

Color information

#ACDC31 (or 0xACDC31) is known color: Atlantis. HEX triplet: AC, DC and 31. RGB value is (172,220,49). Sum of RGB (Red+Green+Blue) = 172+220+49=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 220 (86.33% from 255 or 49.89% from 441); Blue value is 49 (19.53% from 255 or 11.11% from 441); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC31 is #5323CE. Grayscale: #BABABA. Windows color (decimal): -5448655 or 3267756. OLE color: 3267756.

HSL color Cylindrical-coordinate representation of color #ACDC31: hue angle of 76.84º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACDC31 is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 49 -
CMYK 0.22 0 0.78 0.14
HSL 76.84º 0.71% 0.53% -
HSV(B) 76.84º 0.78% 0.86% -
XYZ 43.16 60.18 12.25 -
YUV 186.15 50.6 117.9 -
System Red Green Blue C M Y K H S L
Decimal 172 220 49 0.22 0 0.78 0.14 76.84 0.71 0.53
Hex AC DC 31 16 0 4E E 4D 47 35
Octal 254 334 61 26 0 116 16 115 107 65
Binary 10101100 11011100 110001 10110 0 1001110 1110 1001101 1000111 110101

Color Harmonies of #ACDC31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC31

Black with #ACDC31

Text Example


Text Example

White with #ACDC31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC31; }

 p { color: rgb(172,220,49); }

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

background-color css

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

 a { background-color: rgb(172,220,49); }

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

border-color css

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

 span { border-color: rgb(172,220,49); }

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