Html Css Color HEX #ACD11D Bahia

📋 copy color: '#ACD11D'

red 172 ◦ green 209 ◦ blue 29

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

Shades of Bahia #ACD11D

Tints of Bahia #ACD11D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 7.07%

R = 41.95%
G = 50.98%
B = 7.07%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#ACD11D (or 0xACD11D) is known color: Bahia. HEX triplet: AC, D1 and 1D. RGB value is (172,209,29). Sum of RGB (Red+Green+Blue) = 172+209+29=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD11D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD11D is #532EE2. Grayscale: #B2B2B2. Windows color (decimal): -5451491 or 1954220. OLE color: 1954220.

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

Color convert

RGB 172 209 29 -
CMYK 0.18 0 0.86 0.18
HSL 72.33º 0.76% 0.47% -
HSV(B) 72.33º 0.86% 0.82% -
XYZ 40.04 54.46 9.56 -
YUV 177.42 44.24 124.14 -
System Red Green Blue C M Y K H S L
Decimal 172 209 29 0.18 0 0.86 0.18 72.33 0.76 0.47
Hex AC D1 1D 12 0 56 12 48 4C 2F
Octal 254 321 35 22 0 126 22 110 114 57
Binary 10101100 11010001 11101 10010 0 1010110 10010 1001000 1001100 101111

Color Harmonies of #ACD11D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD11D

Black with #ACD11D

Text Example


Text Example

White with #ACD11D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD11D; }

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

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

background-color css

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

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

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

border-color css

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

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

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