Html Css Color HEX #ACD036 Atlantis

📋 copy color: '#ACD036'

red 172 ◦ green 208 ◦ blue 54

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

Shades of Atlantis #ACD036

Tints of Atlantis #ACD036

RGB

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

 GREEN value IS 208 (81.64% from 255) = 47.93%

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

R = 39.63%
G = 47.93%
B = 12.44%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#ACD036 (or 0xACD036) is known color: Atlantis. HEX triplet: AC, D0 and 36. RGB value is (172,208,54). Sum of RGB (Red+Green+Blue) = 172+208+54=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 208 (81.64% from 255 or 47.93% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD036 is #532FC9. Grayscale: #B4B4B4. Windows color (decimal): -5451722 or 3592364. OLE color: 3592364.

HSL color Cylindrical-coordinate representation of color #ACD036: hue angle of 74.03º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACD036 is Cyan = 0.17, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 54 -
CMYK 0.17 0 0.74 0.18
HSL 74.03º 0.62% 0.51% -
HSV(B) 74.03º 0.74% 0.82% -
XYZ 40.23 54.15 11.82 -
YUV 179.68 57.07 122.52 -
System Red Green Blue C M Y K H S L
Decimal 172 208 54 0.17 0 0.74 0.18 74.03 0.62 0.51
Hex AC D0 36 11 0 4A 12 4A 3E 33
Octal 254 320 66 21 0 112 22 112 76 63
Binary 10101100 11010000 110110 10001 0 1001010 10010 1001010 111110 110011

Color Harmonies of #ACD036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD036

Black with #ACD036

Text Example


Text Example

White with #ACD036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD036; }

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

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

background-color css

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

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

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

border-color css

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

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

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