Html Css Color HEX #ACDC33 Atlantis

📋 copy color: '#ACDC33'

red 172 ◦ green 220 ◦ blue 51

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

Shades of Atlantis #ACDC33

Tints of Atlantis #ACDC33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.51%

R = 38.83%
G = 49.66%
B = 11.51%

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

#ACDC33 (or 0xACDC33) is known color: Atlantis. HEX triplet: AC, DC and 33. RGB value is (172,220,51). Sum of RGB (Red+Green+Blue) = 172+220+51=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 51 (20.31% from 255 or 11.51% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC33 is #5323CC. Grayscale: #BBBBBB. Windows color (decimal): -5448653 or 3398828. OLE color: 3398828.

HSL color Cylindrical-coordinate representation of color #ACDC33: hue angle of 77.04º 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 #ACDC33 is Cyan = 0.22, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.14.

Color convert

RGB 172 220 51 -
CMYK 0.22 0 0.77 0.14
HSL 77.04º 0.71% 0.53% -
HSV(B) 77.04º 0.77% 0.86% -
XYZ 43.2 60.2 12.47 -
YUV 186.38 51.6 117.74 -
System Red Green Blue C M Y K H S L
Decimal 172 220 51 0.22 0 0.77 0.14 77.04 0.71 0.53
Hex AC DC 33 16 0 4D E 4D 47 35
Octal 254 334 63 26 0 115 16 115 107 65
Binary 10101100 11011100 110011 10110 0 1001101 1110 1001101 1000111 110101

Color Harmonies of #ACDC33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC33

Black with #ACDC33

Text Example


Text Example

White with #ACDC33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC33; }

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

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

background-color css

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

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

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

border-color css

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

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

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