Html Css Color HEX #ACDE34 Atlantis

📋 copy color: '#ACDE34'

red 172 ◦ green 222 ◦ blue 52

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

Shades of Atlantis #ACDE34

Tints of Atlantis #ACDE34

RGB

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

 GREEN value IS 222 (87.11% from 255) = 49.78%

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

R = 38.57%
G = 49.78%
B = 11.66%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#ACDE34 (or 0xACDE34) is known color: Atlantis. HEX triplet: AC, DE and 34. RGB value is (172,222,52). Sum of RGB (Red+Green+Blue) = 172+222+52=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 222 (87.11% from 255 or 49.78% from 446); Blue value is 52 (20.70% from 255 or 11.66% from 446); Max value from RGB is 222 - color contains mainly: green. Hex color #ACDE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDE34 is #5321CB. Grayscale: #BCBCBC. Windows color (decimal): -5448140 or 3464876. OLE color: 3464876.

HSL color Cylindrical-coordinate representation of color #ACDE34: hue angle of 77.65º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACDE34 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 222 52 -
CMYK 0.23 0 0.77 0.13
HSL 77.65º 0.72% 0.54% -
HSV(B) 77.65º 0.77% 0.87% -
XYZ 43.75 61.26 12.77 -
YUV 187.67 51.44 116.82 -
System Red Green Blue C M Y K H S L
Decimal 172 222 52 0.23 0 0.77 0.13 77.65 0.72 0.54
Hex AC DE 34 17 0 4D D 4E 48 36
Octal 254 336 64 27 0 115 15 116 110 66
Binary 10101100 11011110 110100 10111 0 1001101 1101 1001110 1001000 110110

Color Harmonies of #ACDE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDE34

Black with #ACDE34

Text Example


Text Example

White with #ACDE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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