Html Css Color HEX #ACD325 Bahia

📋 copy color: '#ACD325'

red 172 ◦ green 211 ◦ blue 37

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

Shades of Bahia #ACD325

Tints of Bahia #ACD325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 40.95%
G = 50.24%
B = 8.81%

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

#ACD325 (or 0xACD325) is known color: Bahia. HEX triplet: AC, D3 and 25. RGB value is (172,211,37). Sum of RGB (Red+Green+Blue) = 172+211+37=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 211 (82.81% from 255 or 50.24% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD325 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD325 is #532CDA. Grayscale: #B4B4B4. Windows color (decimal): -5450971 or 2479020. OLE color: 2479020.

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

Color convert

RGB 172 211 37 -
CMYK 0.18 0 0.82 0.17
HSL 73.45º 0.7% 0.49% -
HSV(B) 73.45º 0.82% 0.83% -
XYZ 40.64 55.49 10.32 -
YUV 179.5 47.58 122.65 -
System Red Green Blue C M Y K H S L
Decimal 172 211 37 0.18 0 0.82 0.17 73.45 0.7 0.49
Hex AC D3 25 12 0 52 11 49 46 31
Octal 254 323 45 22 0 122 21 111 106 61
Binary 10101100 11010011 100101 10010 0 1010010 10001 1001001 1000110 110001

Color Harmonies of #ACD325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD325

Black with #ACD325

Text Example


Text Example

White with #ACD325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD325; }

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

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

background-color css

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

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

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

border-color css

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

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

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