Html Css Color HEX #ACD034 Atlantis

📋 copy color: '#ACD034'

red 172 ◦ green 208 ◦ blue 52

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

Shades of Atlantis #ACD034

Tints of Atlantis #ACD034

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 12.04%

R = 39.81%
G = 48.15%
B = 12.04%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#ACD034 (or 0xACD034) is known color: Atlantis. HEX triplet: AC, D0 and 34. RGB value is (172,208,52). Sum of RGB (Red+Green+Blue) = 172+208+52=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 208 (81.64% from 255 or 48.15% from 432); Blue value is 52 (20.70% from 255 or 12.04% from 432); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD034 is #532FCB. Grayscale: #B4B4B4. Windows color (decimal): -5451724 or 3461292. OLE color: 3461292.

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

Color convert

RGB 172 208 52 -
CMYK 0.17 0 0.75 0.18
HSL 73.85º 0.62% 0.51% -
HSV(B) 73.85º 0.75% 0.82% -
XYZ 40.19 54.13 11.58 -
YUV 179.45 56.07 122.68 -
System Red Green Blue C M Y K H S L
Decimal 172 208 52 0.17 0 0.75 0.18 73.85 0.62 0.51
Hex AC D0 34 11 0 4B 12 4A 3E 33
Octal 254 320 64 21 0 113 22 112 76 63
Binary 10101100 11010000 110100 10001 0 1001011 10010 1001010 111110 110011

Color Harmonies of #ACD034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD034

Black with #ACD034

Text Example


Text Example

White with #ACD034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD034; }

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

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

background-color css

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

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

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

border-color css

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

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

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