Html Css Color HEX #ACD11F Bahia

📋 copy color: '#ACD11F'

red 172 ◦ green 209 ◦ blue 31

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

Shades of Bahia #ACD11F

Tints of Bahia #ACD11F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.52%

R = 41.75%
G = 50.73%
B = 7.52%

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

#ACD11F (or 0xACD11F) is known color: Bahia. HEX triplet: AC, D1 and 1F. RGB value is (172,209,31). Sum of RGB (Red+Green+Blue) = 172+209+31=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 209 (82.03% from 255 or 50.73% from 412); Blue value is 31 (12.5% from 255 or 7.52% from 412); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD11F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD11F is #532EE0. Grayscale: #B2B2B2. Windows color (decimal): -5451489 or 2085292. OLE color: 2085292.

HSL color Cylindrical-coordinate representation of color #ACD11F: hue angle of 72.47º degrees, saturation: 0.74, 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 #ACD11F is Cyan = 0.18, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 31 -
CMYK 0.18 0 0.85 0.18
HSL 72.47º 0.74% 0.47% -
HSV(B) 72.47º 0.85% 0.82% -
XYZ 40.06 54.47 9.7 -
YUV 177.65 45.24 123.97 -
System Red Green Blue C M Y K H S L
Decimal 172 209 31 0.18 0 0.85 0.18 72.47 0.74 0.47
Hex AC D1 1F 12 0 55 12 48 4A 2F
Octal 254 321 37 22 0 125 22 110 112 57
Binary 10101100 11010001 11111 10010 0 1010101 10010 1001000 1001010 101111

Color Harmonies of #ACD11F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD11F

Black with #ACD11F

Text Example


Text Example

White with #ACD11F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD11F; }

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

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

background-color css

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

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

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

border-color css

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

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

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