Html Css Color HEX #ACDF34 Atlantis

📋 copy color: '#ACDF34'

red 172 ◦ green 223 ◦ blue 52

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

Shades of Atlantis #ACDF34

Tints of Atlantis #ACDF34

RGB

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

 GREEN value IS 223 (87.5% from 255) = 49.89%

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

R = 38.48%
G = 49.89%
B = 11.63%

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

#ACDF34 (or 0xACDF34) is known color: Atlantis. HEX triplet: AC, DF and 34. RGB value is (172,223,52). Sum of RGB (Red+Green+Blue) = 172+223+52=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 223 (87.5% from 255 or 49.89% from 447); Blue value is 52 (20.70% from 255 or 11.63% from 447); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF34 is #5320CB. Grayscale: #BCBCBC. Windows color (decimal): -5447884 or 3465132. OLE color: 3465132.

HSL color Cylindrical-coordinate representation of color #ACDF34: hue angle of 77.89º degrees, saturation: 0.73, 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 #ACDF34 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.

Color convert

RGB 172 223 52 -
CMYK 0.23 0 0.77 0.13
HSL 77.89º 0.73% 0.54% -
HSV(B) 77.89º 0.77% 0.87% -
XYZ 44.02 61.79 12.86 -
YUV 188.26 51.1 116.4 -
System Red Green Blue C M Y K H S L
Decimal 172 223 52 0.23 0 0.77 0.13 77.89 0.73 0.54
Hex AC DF 34 17 0 4D D 4E 49 36
Octal 254 337 64 27 0 115 15 116 111 66
Binary 10101100 11011111 110100 10111 0 1001101 1101 1001110 1001001 110110

Color Harmonies of #ACDF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF34

Black with #ACDF34

Text Example


Text Example

White with #ACDF34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF34; }

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

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

background-color css

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

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

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

border-color css

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

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

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