Html Css Color HEX #ACD538 Atlantis

📋 copy color: '#ACD538'

red 172 ◦ green 213 ◦ blue 56

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

Shades of Atlantis #ACD538

Tints of Atlantis #ACD538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.7%

R = 39%
G = 48.3%
B = 12.7%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#ACD538 (or 0xACD538) is known color: Atlantis. HEX triplet: AC, D5 and 38. RGB value is (172,213,56). Sum of RGB (Red+Green+Blue) = 172+213+56=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 213 (83.59% from 255 or 48.30% from 441); Blue value is 56 (22.27% from 255 or 12.70% from 441); Max value from RGB is 213 - color contains mainly: green. Hex color #ACD538 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD538 is #532AC7. Grayscale: #B7B7B7. Windows color (decimal): -5450440 or 3724716. OLE color: 3724716.

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

Color convert

RGB 172 213 56 -
CMYK 0.19 0 0.74 0.16
HSL 75.67º 0.65% 0.53% -
HSV(B) 75.67º 0.74% 0.84% -
XYZ 41.52 56.64 12.49 -
YUV 182.84 56.42 120.27 -
System Red Green Blue C M Y K H S L
Decimal 172 213 56 0.19 0 0.74 0.16 75.67 0.65 0.53
Hex AC D5 38 13 0 4A 10 4C 41 35
Octal 254 325 70 23 0 112 20 114 101 65
Binary 10101100 11010101 111000 10011 0 1001010 10000 1001100 1000001 110101

Color Harmonies of #ACD538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD538

Black with #ACD538

Text Example


Text Example

White with #ACD538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD538; }

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

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

background-color css

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

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

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

border-color css

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

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

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