Html Css Color HEX #ACDA36 Atlantis

📋 copy color: '#ACDA36'

red 172 ◦ green 218 ◦ blue 54

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

Shades of Atlantis #ACDA36

Tints of Atlantis #ACDA36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 12.16%

R = 38.74%
G = 49.1%
B = 12.16%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#ACDA36 (or 0xACDA36) is known color: Atlantis. HEX triplet: AC, DA and 36. RGB value is (172,218,54). Sum of RGB (Red+Green+Blue) = 172+218+54=444 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.74% from 444); Green value is 218 (85.55% from 255 or 49.10% from 444); Blue value is 54 (21.48% from 255 or 12.16% from 444); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA36 is #5325C9. Grayscale: #BABABA. Windows color (decimal): -5449162 or 3594924. OLE color: 3594924.

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

Color convert

RGB 172 218 54 -
CMYK 0.21 0 0.75 0.15
HSL 76.83º 0.69% 0.53% -
HSV(B) 76.83º 0.75% 0.85% -
XYZ 42.75 59.18 12.66 -
YUV 185.55 53.76 118.34 -
System Red Green Blue C M Y K H S L
Decimal 172 218 54 0.21 0 0.75 0.15 76.83 0.69 0.53
Hex AC DA 36 15 0 4B F 4D 45 35
Octal 254 332 66 25 0 113 17 115 105 65
Binary 10101100 11011010 110110 10101 0 1001011 1111 1001101 1000101 110101

Color Harmonies of #ACDA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA36

Black with #ACDA36

Text Example


Text Example

White with #ACDA36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA36; }

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

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

background-color css

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

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

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

border-color css

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

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

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