Html Css Color HEX #ACDB32 Atlantis

📋 copy color: '#ACDB32'

red 172 ◦ green 219 ◦ blue 50

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

Shades of Atlantis #ACDB32

Tints of Atlantis #ACDB32

RGB

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

 GREEN value IS 219 (85.94% from 255) = 49.66%

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

R = 39%
G = 49.66%
B = 11.34%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.77

 K value IS 0.14

RGB Variations

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

Color information

#ACDB32 (or 0xACDB32) is known color: Atlantis. HEX triplet: AC, DB and 32. RGB value is (172,219,50). Sum of RGB (Red+Green+Blue) = 172+219+50=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 219 (85.94% from 255 or 49.66% from 441); Blue value is 50 (19.92% from 255 or 11.34% from 441); Max value from RGB is 219 - color contains mainly: green. Hex color #ACDB32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACDB32 is #5324CD. Grayscale: #BABABA. Windows color (decimal): -5448910 or 3333036. OLE color: 3333036.

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

Color convert

RGB 172 219 50 -
CMYK 0.21 0 0.77 0.14
HSL 76.69º 0.7% 0.53% -
HSV(B) 76.69º 0.77% 0.86% -
XYZ 42.92 59.66 12.27 -
YUV 185.68 51.43 118.24 -
System Red Green Blue C M Y K H S L
Decimal 172 219 50 0.21 0 0.77 0.14 76.69 0.7 0.53
Hex AC DB 32 15 0 4D E 4D 46 35
Octal 254 333 62 25 0 115 16 115 106 65
Binary 10101100 11011011 110010 10101 0 1001101 1110 1001101 1000110 110101

Color Harmonies of #ACDB32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACDB32

Black with #ACDB32

Text Example


Text Example

White with #ACDB32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACDB32; }

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

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

background-color css

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

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

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

border-color css

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

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

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