Html Css Color HEX #ACD120 Bahia

📋 copy color: '#ACD120'

red 172 ◦ green 209 ◦ blue 32

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

Shades of Bahia #ACD120

Tints of Bahia #ACD120

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.61%

 BLUE value IS 32 (12.89% from 255) = 7.75%

R = 41.65%
G = 50.61%
B = 7.75%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.85

 K value IS 0.18

RGB Variations

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

Color information

#ACD120 (or 0xACD120) is known color: Bahia. HEX triplet: AC, D1 and 20. RGB value is (172,209,32). Sum of RGB (Red+Green+Blue) = 172+209+32=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 209 (82.03% from 255 or 50.61% from 413); Blue value is 32 (12.89% from 255 or 7.75% from 413); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD120 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD120 is #532EDF. Grayscale: #B2B2B2. Windows color (decimal): -5451488 or 2150828. OLE color: 2150828.

HSL color Cylindrical-coordinate representation of color #ACD120: hue angle of 72.54º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACD120 is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 32 -
CMYK 0.18 0 0.85 0.18
HSL 72.54º 0.73% 0.47% -
HSV(B) 72.54º 0.85% 0.82% -
XYZ 40.07 54.48 9.77 -
YUV 177.76 45.74 123.89 -
System Red Green Blue C M Y K H S L
Decimal 172 209 32 0.18 0 0.85 0.18 72.54 0.73 0.47
Hex AC D1 20 12 0 55 12 49 49 2F
Octal 254 321 40 22 0 125 22 111 111 57
Binary 10101100 11010001 100000 10010 0 1010101 10010 1001001 1001001 101111

Color Harmonies of #ACD120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD120

Black with #ACD120

Text Example


Text Example

White with #ACD120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD120; }

 p { color: rgb(172,209,32); }

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

background-color css

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

 a { background-color: rgb(172,209,32); }

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

border-color css

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

 span { border-color: rgb(172,209,32); }

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