Html Css Color HEX #ACD11C Bahia

📋 copy color: '#ACD11C'

red 172 ◦ green 209 ◦ blue 28

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

Shades of Bahia #ACD11C

Tints of Bahia #ACD11C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 42.05%
G = 51.1%
B = 6.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#ACD11C (or 0xACD11C) is known color: Bahia. HEX triplet: AC, D1 and 1C. RGB value is (172,209,28). Sum of RGB (Red+Green+Blue) = 172+209+28=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 209 (82.03% from 255 or 51.10% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD11C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD11C is #532EE3. Grayscale: #B1B1B1. Windows color (decimal): -5451492 or 1888684. OLE color: 1888684.

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

Color convert

RGB 172 209 28 -
CMYK 0.18 0 0.87 0.18
HSL 72.27º 0.76% 0.46% -
HSV(B) 72.27º 0.87% 0.82% -
XYZ 40.02 54.46 9.5 -
YUV 177.3 43.74 124.22 -
System Red Green Blue C M Y K H S L
Decimal 172 209 28 0.18 0 0.87 0.18 72.27 0.76 0.46
Hex AC D1 1C 12 0 57 12 48 4C 2E
Octal 254 321 34 22 0 127 22 110 114 56
Binary 10101100 11010001 11100 10010 0 1010111 10010 1001000 1001100 101110

Color Harmonies of #ACD11C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD11C

Black with #ACD11C

Text Example


Text Example

White with #ACD11C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD11C; }

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

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

background-color css

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

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

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

border-color css

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

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

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