Html Css Color HEX #ACDC30 Atlantis

📋 copy color: '#ACDC30'

red 172 ◦ green 220 ◦ blue 48

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

Shades of Atlantis #ACDC30

Tints of Atlantis #ACDC30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.91%

R = 39.09%
G = 50%
B = 10.91%

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

#ACDC30 (or 0xACDC30) is known color: Atlantis. HEX triplet: AC, DC and 30. RGB value is (172,220,48). Sum of RGB (Red+Green+Blue) = 172+220+48=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 220 (86.33% from 255 or 50% from 440); Blue value is 48 (19.14% from 255 or 10.91% from 440); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC30 is #5323CF. Grayscale: #BABABA. Windows color (decimal): -5448656 or 3202220. OLE color: 3202220.

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

Color convert

RGB 172 220 48 -
CMYK 0.22 0 0.78 0.14
HSL 76.74º 0.71% 0.53% -
HSV(B) 76.74º 0.78% 0.86% -
XYZ 43.14 60.17 12.14 -
YUV 186.04 50.1 117.99 -
System Red Green Blue C M Y K H S L
Decimal 172 220 48 0.22 0 0.78 0.14 76.74 0.71 0.53
Hex AC DC 30 16 0 4E E 4D 47 35
Octal 254 334 60 26 0 116 16 115 107 65
Binary 10101100 11011100 110000 10110 0 1001110 1110 1001101 1000111 110101

Color Harmonies of #ACDC30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC30

Black with #ACDC30

Text Example


Text Example

White with #ACDC30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC30; }

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

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

background-color css

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

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

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

border-color css

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

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

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