Html Css Color HEX #ACD533 Atlantis

📋 copy color: '#ACD533'

red 172 ◦ green 213 ◦ blue 51

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

Shades of Atlantis #ACD533

Tints of Atlantis #ACD533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 11.7%

R = 39.45%
G = 48.85%
B = 11.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#ACD533 (or 0xACD533) is known color: Atlantis. HEX triplet: AC, D5 and 33. RGB value is (172,213,51). Sum of RGB (Red+Green+Blue) = 172+213+51=436 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.45% from 436); Green value is 213 (83.59% from 255 or 48.85% from 436); Blue value is 51 (20.31% from 255 or 11.70% from 436); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD533 is #532ACC. Grayscale: #B6B6B6. Windows color (decimal): -5450445 or 3397036. OLE color: 3397036.

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

Color convert

RGB 172 213 51 -
CMYK 0.19 0 0.76 0.16
HSL 75.19º 0.66% 0.52% -
HSV(B) 75.19º 0.76% 0.84% -
XYZ 41.41 56.6 11.87 -
YUV 182.27 53.92 120.67 -
System Red Green Blue C M Y K H S L
Decimal 172 213 51 0.19 0 0.76 0.16 75.19 0.66 0.52
Hex AC D5 33 13 0 4C 10 4B 42 34
Octal 254 325 63 23 0 114 20 113 102 64
Binary 10101100 11010101 110011 10011 0 1001100 10000 1001011 1000010 110100

Color Harmonies of #ACD533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD533

Black with #ACD533

Text Example


Text Example

White with #ACD533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD533; }

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

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

background-color css

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

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

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

border-color css

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

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

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