Html Css Color HEX #ACDC32 Atlantis

📋 copy color: '#ACDC32'

red 172 ◦ green 220 ◦ blue 50

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

Shades of Atlantis #ACDC32

Tints of Atlantis #ACDC32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.31%

R = 38.91%
G = 49.77%
B = 11.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#ACDC32 (or 0xACDC32) is known color: Atlantis. HEX triplet: AC, DC and 32. RGB value is (172,220,50). Sum of RGB (Red+Green+Blue) = 172+220+50=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 220 (86.33% from 255 or 49.77% from 442); Blue value is 50 (19.92% from 255 or 11.31% from 442); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC32 is #5323CD. Grayscale: #BABABA. Windows color (decimal): -5448654 or 3333292. OLE color: 3333292.

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

Color convert

RGB 172 220 50 -
CMYK 0.22 0 0.77 0.14
HSL 76.94º 0.71% 0.53% -
HSV(B) 76.94º 0.77% 0.86% -
XYZ 43.18 60.19 12.36 -
YUV 186.27 51.1 117.82 -
System Red Green Blue C M Y K H S L
Decimal 172 220 50 0.22 0 0.77 0.14 76.94 0.71 0.53
Hex AC DC 32 16 0 4D E 4D 47 35
Octal 254 334 62 26 0 115 16 115 107 65
Binary 10101100 11011100 110010 10110 0 1001101 1110 1001101 1000111 110101

Color Harmonies of #ACDC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC32

Black with #ACDC32

Text Example


Text Example

White with #ACDC32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC32; }

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

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

background-color css

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

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

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

border-color css

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

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

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