Html Css Color HEX #ACDA32 Atlantis

📋 copy color: '#ACDA32'

red 172 ◦ green 218 ◦ blue 50

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

Shades of Atlantis #ACDA32

Tints of Atlantis #ACDA32

RGB

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

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

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

R = 39.09%
G = 49.55%
B = 11.36%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.15

RGB Variations

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

Color information

#ACDA32 (or 0xACDA32) is known color: Atlantis. HEX triplet: AC, DA and 32. RGB value is (172,218,50). Sum of RGB (Red+Green+Blue) = 172+218+50=440 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.09% from 440); Green value is 218 (85.55% from 255 or 49.55% from 440); Blue value is 50 (19.92% from 255 or 11.36% from 440); Max value from RGB is 218 - color contains mainly: green. Hex color #ACDA32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDA32 is #5325CD. Grayscale: #B9B9B9. Windows color (decimal): -5449166 or 3332780. OLE color: 3332780.

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

Color convert

RGB 172 218 50 -
CMYK 0.21 0 0.77 0.15
HSL 76.43º 0.69% 0.53% -
HSV(B) 76.43º 0.77% 0.85% -
XYZ 42.66 59.14 12.19 -
YUV 185.09 51.76 118.66 -
System Red Green Blue C M Y K H S L
Decimal 172 218 50 0.21 0 0.77 0.15 76.43 0.69 0.53
Hex AC DA 32 15 0 4D F 4C 45 35
Octal 254 332 62 25 0 115 17 114 105 65
Binary 10101100 11011010 110010 10101 0 1001101 1111 1001100 1000101 110101

Color Harmonies of #ACDA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDA32

Black with #ACDA32

Text Example


Text Example

White with #ACDA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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