Html Css Color HEX #ACD123 Bahia

📋 copy color: '#ACD123'

red 172 ◦ green 209 ◦ blue 35

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

Shades of Bahia #ACD123

Tints of Bahia #ACD123

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.24%

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

R = 41.35%
G = 50.24%
B = 8.41%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#ACD123 (or 0xACD123) is known color: Bahia. HEX triplet: AC, D1 and 23. RGB value is (172,209,35). Sum of RGB (Red+Green+Blue) = 172+209+35=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD123 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD123 is #532EDC. Grayscale: #B2B2B2. Windows color (decimal): -5451485 or 2347436. OLE color: 2347436.

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

Color convert

RGB 172 209 35 -
CMYK 0.18 0 0.83 0.18
HSL 72.76º 0.71% 0.48% -
HSV(B) 72.76º 0.83% 0.82% -
XYZ 40.12 54.49 9.99 -
YUV 178.1 47.24 123.65 -
System Red Green Blue C M Y K H S L
Decimal 172 209 35 0.18 0 0.83 0.18 72.76 0.71 0.48
Hex AC D1 23 12 0 53 12 49 47 30
Octal 254 321 43 22 0 123 22 111 107 60
Binary 10101100 11010001 100011 10010 0 1010011 10010 1001001 1000111 110000

Color Harmonies of #ACD123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD123

Black with #ACD123

Text Example


Text Example

White with #ACD123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD123; }

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

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

background-color css

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

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

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

border-color css

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

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

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