Html Css Color HEX #ACDA31 Atlantis

📋 copy color: '#ACDA31'

red 172 ◦ green 218 ◦ blue 49

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

Shades of Atlantis #ACDA31

Tints of Atlantis #ACDA31

RGB

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

 GREEN value IS 218 (85.55% from 255) = 49.66%

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

R = 39.18%
G = 49.66%
B = 11.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#ACDA31 (or 0xACDA31) is known color: Atlantis. HEX triplet: AC, DA and 31. RGB value is (172,218,49). Sum of RGB (Red+Green+Blue) = 172+218+49=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 218 (85.55% from 255 or 49.66% from 439); Blue value is 49 (19.53% from 255 or 11.16% from 439); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA31 is #5325CE. Grayscale: #B9B9B9. Windows color (decimal): -5449167 or 3267244. OLE color: 3267244.

HSL color Cylindrical-coordinate representation of color #ACDA31: hue angle of 76.33º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACDA31 is Cyan = 0.21, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.

Color convert

RGB 172 218 49 -
CMYK 0.21 0 0.78 0.15
HSL 76.33º 0.7% 0.52% -
HSV(B) 76.33º 0.78% 0.85% -
XYZ 42.64 59.14 12.07 -
YUV 184.98 51.26 118.74 -
System Red Green Blue C M Y K H S L
Decimal 172 218 49 0.21 0 0.78 0.15 76.33 0.7 0.52
Hex AC DA 31 15 0 4E F 4C 46 34
Octal 254 332 61 25 0 116 17 114 106 64
Binary 10101100 11011010 110001 10101 0 1001110 1111 1001100 1000110 110100

Color Harmonies of #ACDA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA31

Black with #ACDA31

Text Example


Text Example

White with #ACDA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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