Html Css Color HEX #ACD323 Bahia

📋 copy color: '#ACD323'

red 172 ◦ green 211 ◦ blue 35

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

Shades of Bahia #ACD323

Tints of Bahia #ACD323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.37%

R = 41.15%
G = 50.48%
B = 8.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#ACD323 (or 0xACD323) is known color: Bahia. HEX triplet: AC, D3 and 23. RGB value is (172,211,35). Sum of RGB (Red+Green+Blue) = 172+211+35=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 211 (82.81% from 255 or 50.48% from 418); Blue value is 35 (14.06% from 255 or 8.37% from 418); Max value from RGB is 211 - color contains mainly: green. Hex color #ACD323 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD323 is #532CDC. Grayscale: #B3B3B3. Windows color (decimal): -5450973 or 2347948. OLE color: 2347948.

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

Color convert

RGB 172 211 35 -
CMYK 0.18 0 0.83 0.17
HSL 73.3º 0.72% 0.48% -
HSV(B) 73.3º 0.83% 0.83% -
XYZ 40.61 55.48 10.16 -
YUV 179.28 46.58 122.81 -
System Red Green Blue C M Y K H S L
Decimal 172 211 35 0.18 0 0.83 0.17 73.3 0.72 0.48
Hex AC D3 23 12 0 53 11 49 48 30
Octal 254 323 43 22 0 123 21 111 110 60
Binary 10101100 11010011 100011 10010 0 1010011 10001 1001001 1001000 110000

Color Harmonies of #ACD323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD323

Black with #ACD323

Text Example


Text Example

White with #ACD323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD323; }

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

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

background-color css

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

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

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

border-color css

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

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

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