Html Css Color HEX #ACD532 Atlantis

📋 copy color: '#ACD532'

red 172 ◦ green 213 ◦ blue 50

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

Shades of Atlantis #ACD532

Tints of Atlantis #ACD532

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.49%

R = 39.54%
G = 48.97%
B = 11.49%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#ACD532 (or 0xACD532) is known color: Atlantis. HEX triplet: AC, D5 and 32. RGB value is (172,213,50). Sum of RGB (Red+Green+Blue) = 172+213+50=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 213 (83.59% from 255 or 48.97% from 435); Blue value is 50 (19.92% from 255 or 11.49% from 435); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD532 is #532ACD. Grayscale: #B6B6B6. Windows color (decimal): -5450446 or 3331500. OLE color: 3331500.

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

Color convert

RGB 172 213 50 -
CMYK 0.19 0 0.77 0.16
HSL 75.09º 0.66% 0.52% -
HSV(B) 75.09º 0.77% 0.84% -
XYZ 41.38 56.59 11.76 -
YUV 182.16 53.42 120.75 -
System Red Green Blue C M Y K H S L
Decimal 172 213 50 0.19 0 0.77 0.16 75.09 0.66 0.52
Hex AC D5 32 13 0 4D 10 4B 42 34
Octal 254 325 62 23 0 115 20 113 102 64
Binary 10101100 11010101 110010 10011 0 1001101 10000 1001011 1000010 110100

Color Harmonies of #ACD532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD532

Black with #ACD532

Text Example


Text Example

White with #ACD532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD532; }

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

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

background-color css

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

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

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

border-color css

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

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

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