Html Css Color HEX #ACD326 Bahia

📋 copy color: '#ACD326'

red 172 ◦ green 211 ◦ blue 38

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

Shades of Bahia #ACD326

Tints of Bahia #ACD326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.03%

R = 40.86%
G = 50.12%
B = 9.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#ACD326 (or 0xACD326) is known color: Bahia. HEX triplet: AC, D3 and 26. RGB value is (172,211,38). Sum of RGB (Red+Green+Blue) = 172+211+38=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 211 (82.81% from 255 or 50.12% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD326 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD326 is #532CD9. Grayscale: #B4B4B4. Windows color (decimal): -5450970 or 2544556. OLE color: 2544556.

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

Color convert

RGB 172 211 38 -
CMYK 0.18 0 0.82 0.17
HSL 73.53º 0.69% 0.49% -
HSV(B) 73.53º 0.82% 0.83% -
XYZ 40.66 55.5 10.4 -
YUV 179.62 48.08 122.57 -
System Red Green Blue C M Y K H S L
Decimal 172 211 38 0.18 0 0.82 0.17 73.53 0.69 0.49
Hex AC D3 26 12 0 52 11 4A 45 31
Octal 254 323 46 22 0 122 21 112 105 61
Binary 10101100 11010011 100110 10010 0 1010010 10001 1001010 1000101 110001

Color Harmonies of #ACD326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD326

Black with #ACD326

Text Example


Text Example

White with #ACD326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD326; }

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

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

background-color css

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

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

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

border-color css

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

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

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