Html Css Color HEX #ACD11A Bahia

📋 copy color: '#ACD11A'

red 172 ◦ green 209 ◦ blue 26

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

Shades of Bahia #ACD11A

Tints of Bahia #ACD11A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 6.39%

R = 42.26%
G = 51.35%
B = 6.39%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#ACD11A (or 0xACD11A) is known color: Bahia. HEX triplet: AC, D1 and 1A. RGB value is (172,209,26). Sum of RGB (Red+Green+Blue) = 172+209+26=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 209 (82.03% from 255 or 51.35% from 407); Blue value is 26 (10.55% from 255 or 6.39% from 407); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD11A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD11A is #532EE5. Grayscale: #B1B1B1. Windows color (decimal): -5451494 or 1757612. OLE color: 1757612.

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

Color convert

RGB 172 209 26 -
CMYK 0.18 0 0.88 0.18
HSL 72.13º 0.78% 0.46% -
HSV(B) 72.13º 0.88% 0.82% -
XYZ 40 54.45 9.38 -
YUV 177.08 42.74 124.38 -
System Red Green Blue C M Y K H S L
Decimal 172 209 26 0.18 0 0.88 0.18 72.13 0.78 0.46
Hex AC D1 1A 12 0 58 12 48 4E 2E
Octal 254 321 32 22 0 130 22 110 116 56
Binary 10101100 11010001 11010 10010 0 1011000 10010 1001000 1001110 101110

Color Harmonies of #ACD11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD11A

Black with #ACD11A

Text Example


Text Example

White with #ACD11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD11A; }

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

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

background-color css

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

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

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

border-color css

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

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

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