Html Css Color HEX #ACD327 Bahia

📋 copy color: '#ACD327'

red 172 ◦ green 211 ◦ blue 39

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

Shades of Bahia #ACD327

Tints of Bahia #ACD327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 40.76%
G = 50%
B = 9.24%

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

#ACD327 (or 0xACD327) is known color: Bahia. HEX triplet: AC, D3 and 27. RGB value is (172,211,39). Sum of RGB (Red+Green+Blue) = 172+211+39=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 211 (82.81% from 255 or 50% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD327 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD327 is #532CD8. Grayscale: #B4B4B4. Windows color (decimal): -5450969 or 2610092. OLE color: 2610092.

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

Color convert

RGB 172 211 39 -
CMYK 0.18 0 0.82 0.17
HSL 73.6º 0.69% 0.49% -
HSV(B) 73.6º 0.82% 0.83% -
XYZ 40.67 55.51 10.49 -
YUV 179.73 48.58 122.49 -
System Red Green Blue C M Y K H S L
Decimal 172 211 39 0.18 0 0.82 0.17 73.6 0.69 0.49
Hex AC D3 27 12 0 52 11 4A 45 31
Octal 254 323 47 22 0 122 21 112 105 61
Binary 10101100 11010011 100111 10010 0 1010010 10001 1001010 1000101 110001

Color Harmonies of #ACD327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD327

Black with #ACD327

Text Example


Text Example

White with #ACD327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD327; }

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

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

background-color css

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

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

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

border-color css

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

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

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