Html Css Color HEX #ACD221 Bahia

📋 copy color: '#ACD221'

red 172 ◦ green 210 ◦ blue 33

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

Shades of Bahia #ACD221

Tints of Bahia #ACD221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 7.95%

R = 41.45%
G = 50.6%
B = 7.95%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.18

RGB Variations

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

Color information

#ACD221 (or 0xACD221) is known color: Bahia. HEX triplet: AC, D2 and 21. RGB value is (172,210,33). Sum of RGB (Red+Green+Blue) = 172+210+33=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 210 (82.42% from 255 or 50.60% from 415); Blue value is 33 (13.28% from 255 or 7.95% from 415); Max value from RGB is 210 - color contains mainly: green. Hex color #ACD221 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD221 is #532DDE. Grayscale: #B3B3B3. Windows color (decimal): -5451231 or 2216620. OLE color: 2216620.

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

Color convert

RGB 172 210 33 -
CMYK 0.18 0 0.84 0.18
HSL 72.88º 0.73% 0.48% -
HSV(B) 72.88º 0.84% 0.82% -
XYZ 40.33 54.97 9.92 -
YUV 178.46 45.91 123.39 -
System Red Green Blue C M Y K H S L
Decimal 172 210 33 0.18 0 0.84 0.18 72.88 0.73 0.48
Hex AC D2 21 12 0 54 12 49 49 30
Octal 254 322 41 22 0 124 22 111 111 60
Binary 10101100 11010010 100001 10010 0 1010100 10010 1001001 1001001 110000

Color Harmonies of #ACD221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD221

Black with #ACD221

Text Example


Text Example

White with #ACD221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD221; }

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

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

background-color css

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

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

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

border-color css

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

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

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