Html Css Color HEX #ACD040 Atlantis

📋 copy color: '#ACD040'

red 172 ◦ green 208 ◦ blue 64

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

Shades of Atlantis #ACD040

Tints of Atlantis #ACD040

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.85%

 BLUE value IS 64 (25.39% from 255) = 14.41%

R = 38.74%
G = 46.85%
B = 14.41%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.69

 K value IS 0.18

RGB Variations

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

Color information

#ACD040 (or 0xACD040) is known color: Atlantis. HEX triplet: AC, D0 and 40. RGB value is (172,208,64). Sum of RGB (Red+Green+Blue) = 172+208+64=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 208 (81.64% from 255 or 46.85% from 444); Blue value is 64 (25.39% from 255 or 14.41% from 444); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD040 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD040 is #532FBF. Grayscale: #B5B5B5. Windows color (decimal): -5451712 or 4247724. OLE color: 4247724.

HSL color Cylindrical-coordinate representation of color #ACD040: hue angle of 75º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACD040 is Cyan = 0.17, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 64 -
CMYK 0.17 0 0.69 0.18
HSL 75º 0.61% 0.53% -
HSV(B) 75º 0.69% 0.82% -
XYZ 40.49 54.25 13.19 -
YUV 180.82 62.07 121.71 -
System Red Green Blue C M Y K H S L
Decimal 172 208 64 0.17 0 0.69 0.18 75 0.61 0.53
Hex AC D0 40 11 0 45 12 4B 3D 35
Octal 254 320 100 21 0 105 22 113 75 65
Binary 10101100 11010000 1000000 10001 0 1000101 10010 1001011 111101 110101

Color Harmonies of #ACD040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD040

Black with #ACD040

Text Example


Text Example

White with #ACD040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD040; }

 p { color: rgb(172,208,64); }

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

background-color css

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

 a { background-color: rgb(172,208,64); }

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

border-color css

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

 span { border-color: rgb(172,208,64); }

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