Html Css Color HEX #ACDF32 Atlantis

📋 copy color: '#ACDF32'

red 172 ◦ green 223 ◦ blue 50

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

Shades of Atlantis #ACDF32

Tints of Atlantis #ACDF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 11.24%

R = 38.65%
G = 50.11%
B = 11.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#ACDF32 (or 0xACDF32) is known color: Atlantis. HEX triplet: AC, DF and 32. RGB value is (172,223,50). Sum of RGB (Red+Green+Blue) = 172+223+50=445 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.65% from 445); Green value is 223 (87.5% from 255 or 50.11% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF32 is #5320CD. Grayscale: #BCBCBC. Windows color (decimal): -5447886 or 3334060. OLE color: 3334060.

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

Color convert

RGB 172 223 50 -
CMYK 0.23 0 0.78 0.13
HSL 77.69º 0.73% 0.54% -
HSV(B) 77.69º 0.78% 0.87% -
XYZ 43.98 61.78 12.62 -
YUV 188.03 50.1 116.57 -
System Red Green Blue C M Y K H S L
Decimal 172 223 50 0.23 0 0.78 0.13 77.69 0.73 0.54
Hex AC DF 32 17 0 4E D 4E 49 36
Octal 254 337 62 27 0 116 15 116 111 66
Binary 10101100 11011111 110010 10111 0 1001110 1101 1001110 1001001 110110

Color Harmonies of #ACDF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF32

Black with #ACDF32

Text Example


Text Example

White with #ACDF32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF32; }

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

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

background-color css

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

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

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

border-color css

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

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

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