Html Css Color HEX #ACD322 Bahia

📋 copy color: '#ACD322'

red 172 ◦ green 211 ◦ blue 34

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

Shades of Bahia #ACD322

Tints of Bahia #ACD322

RGB

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

 GREEN value IS 211 (82.81% from 255) = 50.6%

 BLUE value IS 34 (13.67% from 255) = 8.15%

R = 41.25%
G = 50.6%
B = 8.15%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#ACD322 (or 0xACD322) is known color: Bahia. HEX triplet: AC, D3 and 22. RGB value is (172,211,34). Sum of RGB (Red+Green+Blue) = 172+211+34=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 211 (82.81% from 255 or 50.60% from 417); Blue value is 34 (13.67% from 255 or 8.15% from 417); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD322 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD322 is #532CDD. Grayscale: #B3B3B3. Windows color (decimal): -5450974 or 2282412. OLE color: 2282412.

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

Color convert

RGB 172 211 34 -
CMYK 0.18 0 0.84 0.17
HSL 73.22º 0.72% 0.48% -
HSV(B) 73.22º 0.84% 0.83% -
XYZ 40.6 55.47 10.08 -
YUV 179.16 46.08 122.89 -
System Red Green Blue C M Y K H S L
Decimal 172 211 34 0.18 0 0.84 0.17 73.22 0.72 0.48
Hex AC D3 22 12 0 54 11 49 48 30
Octal 254 323 42 22 0 124 21 111 110 60
Binary 10101100 11010011 100010 10010 0 1010100 10001 1001001 1001000 110000

Color Harmonies of #ACD322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD322

Black with #ACD322

Text Example


Text Example

White with #ACD322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD322; }

 p { color: rgb(172,211,34); }

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

background-color css

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

 a { background-color: rgb(172,211,34); }

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

border-color css

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

 span { border-color: rgb(172,211,34); }

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