Html Css Color HEX #ACD540 Atlantis

📋 copy color: '#ACD540'

red 172 ◦ green 213 ◦ blue 64

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

Shades of Atlantis #ACD540

Tints of Atlantis #ACD540

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

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

R = 38.31%
G = 47.44%
B = 14.25%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#ACD540 (or 0xACD540) is known color: Atlantis. HEX triplet: AC, D5 and 40. RGB value is (172,213,64). Sum of RGB (Red+Green+Blue) = 172+213+64=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 64 (25.39% from 255 or 14.25% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD540 is #532ABF. Grayscale: #B8B8B8. Windows color (decimal): -5450432 or 4249004. OLE color: 4249004.

HSL color Cylindrical-coordinate representation of color #ACD540: hue angle of 76.51º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #ACD540 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 64 -
CMYK 0.19 0 0.70 0.16
HSL 76.51º 0.64% 0.54% -
HSV(B) 76.51º 0.7% 0.84% -
XYZ 41.73 56.73 13.6 -
YUV 183.76 60.42 119.62 -
System Red Green Blue C M Y K H S L
Decimal 172 213 64 0.19 0 0.70 0.16 76.51 0.64 0.54
Hex AC D5 40 13 0 46 10 4D 40 36
Octal 254 325 100 23 0 106 20 115 100 66
Binary 10101100 11010101 1000000 10011 0 1000110 10000 1001101 1000000 110110

Color Harmonies of #ACD540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD540

Black with #ACD540

Text Example


Text Example

White with #ACD540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD540; }

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

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

background-color css

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

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

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

border-color css

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

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

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