Html Css Color HEX #ACD536 Atlantis

📋 copy color: '#ACD536'

red 172 ◦ green 213 ◦ blue 54

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

Shades of Atlantis #ACD536

Tints of Atlantis #ACD536

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.3%

R = 39.18%
G = 48.52%
B = 12.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#ACD536 (or 0xACD536) is known color: Atlantis. HEX triplet: AC, D5 and 36. RGB value is (172,213,54). Sum of RGB (Red+Green+Blue) = 172+213+54=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 213 (83.59% from 255 or 48.52% from 439); Blue value is 54 (21.48% from 255 or 12.30% from 439); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD536 is #532AC9. Grayscale: #B7B7B7. Windows color (decimal): -5450442 or 3593644. OLE color: 3593644.

HSL color Cylindrical-coordinate representation of color #ACD536: hue angle of 75.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACD536 is Cyan = 0.19, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB 172 213 54 -
CMYK 0.19 0 0.75 0.16
HSL 75.47º 0.65% 0.52% -
HSV(B) 75.47º 0.75% 0.84% -
XYZ 41.47 56.63 12.23 -
YUV 182.62 55.42 120.43 -
System Red Green Blue C M Y K H S L
Decimal 172 213 54 0.19 0 0.75 0.16 75.47 0.65 0.52
Hex AC D5 36 13 0 4B 10 4B 41 34
Octal 254 325 66 23 0 113 20 113 101 64
Binary 10101100 11010101 110110 10011 0 1001011 10000 1001011 1000001 110100

Color Harmonies of #ACD536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD536

Black with #ACD536

Text Example


Text Example

White with #ACD536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD536; }

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

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

background-color css

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

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

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

border-color css

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

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

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