Html Css Color HEX #ACDC3A Atlantis

📋 copy color: '#ACDC3A'

red 172 ◦ green 220 ◦ blue 58

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

Shades of Atlantis #ACDC3A

Tints of Atlantis #ACDC3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 12.89%

R = 38.22%
G = 48.89%
B = 12.89%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#ACDC3A (or 0xACDC3A) is known color: Atlantis. HEX triplet: AC, DC and 3A. RGB value is (172,220,58). Sum of RGB (Red+Green+Blue) = 172+220+58=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 220 (86.33% from 255 or 48.89% from 450); Blue value is 58 (23.05% from 255 or 12.89% from 450); Max value from RGB is 220 - color contains mainly: green. Hex color #ACDC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDC3A is #5323C5. Grayscale: #BBBBBB. Windows color (decimal): -5448646 or 3857580. OLE color: 3857580.

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

Color convert

RGB 172 220 58 -
CMYK 0.22 0 0.74 0.14
HSL 77.78º 0.7% 0.55% -
HSV(B) 77.78º 0.74% 0.86% -
XYZ 43.37 60.26 13.35 -
YUV 187.18 55.1 117.17 -
System Red Green Blue C M Y K H S L
Decimal 172 220 58 0.22 0 0.74 0.14 77.78 0.7 0.55
Hex AC DC 3A 16 0 4A E 4E 46 37
Octal 254 334 72 26 0 112 16 116 106 67
Binary 10101100 11011100 111010 10110 0 1001010 1110 1001110 1000110 110111

Color Harmonies of #ACDC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDC3A

Black with #ACDC3A

Text Example


Text Example

White with #ACDC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDC3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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