Html Css Color HEX #ACD21D Bahia

📋 copy color: '#ACD21D'

red 172 ◦ green 210 ◦ blue 29

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

Shades of Bahia #ACD21D

Tints of Bahia #ACD21D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 51.09%

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

R = 41.85%
G = 51.09%
B = 7.06%

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

#ACD21D (or 0xACD21D) is known color: Bahia. HEX triplet: AC, D2 and 1D. RGB value is (172,210,29). Sum of RGB (Red+Green+Blue) = 172+210+29=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 210 (82.42% from 255 or 51.09% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD21D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD21D is #532DE2. Grayscale: #B2B2B2. Windows color (decimal): -5451235 or 1954476. OLE color: 1954476.

HSL color Cylindrical-coordinate representation of color #ACD21D: hue angle of 72.6º 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 #ACD21D is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 210 29 -
CMYK 0.18 0 0.86 0.18
HSL 72.6º 0.76% 0.47% -
HSV(B) 72.6º 0.86% 0.82% -
XYZ 40.28 54.95 9.65 -
YUV 178 43.91 123.72 -
System Red Green Blue C M Y K H S L
Decimal 172 210 29 0.18 0 0.86 0.18 72.6 0.76 0.47
Hex AC D2 1D 12 0 56 12 49 4C 2F
Octal 254 322 35 22 0 126 22 111 114 57
Binary 10101100 11010010 11101 10010 0 1010110 10010 1001001 1001100 101111

Color Harmonies of #ACD21D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD21D

Black with #ACD21D

Text Example


Text Example

White with #ACD21D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD21D; }

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

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

background-color css

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

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

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

border-color css

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

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

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