Html Css Color HEX #ACDF31 Atlantis

📋 copy color: '#ACDF31'

red 172 ◦ green 223 ◦ blue 49

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

Shades of Atlantis #ACDF31

Tints of Atlantis #ACDF31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 11.04%

R = 38.74%
G = 50.23%
B = 11.04%

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

#ACDF31 (or 0xACDF31) is known color: Atlantis. HEX triplet: AC, DF and 31. RGB value is (172,223,49). Sum of RGB (Red+Green+Blue) = 172+223+49=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 223 (87.5% from 255 or 50.23% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 223 - color contains mainly: green. Hex color #ACDF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDF31 is #5320CE. Grayscale: #BCBCBC. Windows color (decimal): -5447887 or 3268524. OLE color: 3268524.

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

Color convert

RGB 172 223 49 -
CMYK 0.23 0 0.78 0.13
HSL 77.59º 0.73% 0.53% -
HSV(B) 77.59º 0.78% 0.87% -
XYZ 43.96 61.77 12.51 -
YUV 187.92 49.6 116.65 -
System Red Green Blue C M Y K H S L
Decimal 172 223 49 0.23 0 0.78 0.13 77.59 0.73 0.53
Hex AC DF 31 17 0 4E D 4E 49 35
Octal 254 337 61 27 0 116 15 116 111 65
Binary 10101100 11011111 110001 10111 0 1001110 1101 1001110 1001001 110101

Color Harmonies of #ACDF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDF31

Black with #ACDF31

Text Example


Text Example

White with #ACDF31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDF31; }

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

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

background-color css

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

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

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

border-color css

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

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

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