Html Css Color HEX #ACD023 Bahia

📋 copy color: '#ACD023'

red 172 ◦ green 208 ◦ blue 35

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

Shades of Bahia #ACD023

Tints of Bahia #ACD023

RGB

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

 GREEN value IS 208 (81.64% from 255) = 50.12%

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

R = 41.45%
G = 50.12%
B = 8.43%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#ACD023 (or 0xACD023) is known color: Bahia. HEX triplet: AC, D0 and 23. RGB value is (172,208,35). Sum of RGB (Red+Green+Blue) = 172+208+35=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 208 (81.64% from 255 or 50.12% from 415); Blue value is 35 (14.06% from 255 or 8.43% from 415); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD023 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD023 is #532FDC. Grayscale: #B2B2B2. Windows color (decimal): -5451741 or 2347180. OLE color: 2347180.

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

Color convert

RGB 172 208 35 -
CMYK 0.17 0 0.83 0.18
HSL 72.49º 0.71% 0.48% -
HSV(B) 72.49º 0.83% 0.82% -
XYZ 39.87 54 9.91 -
YUV 177.51 47.57 124.07 -
System Red Green Blue C M Y K H S L
Decimal 172 208 35 0.17 0 0.83 0.18 72.49 0.71 0.48
Hex AC D0 23 11 0 53 12 48 47 30
Octal 254 320 43 21 0 123 22 110 107 60
Binary 10101100 11010000 100011 10001 0 1010011 10010 1001000 1000111 110000

Color Harmonies of #ACD023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD023

Black with #ACD023

Text Example


Text Example

White with #ACD023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD023; }

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

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

background-color css

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

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

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

border-color css

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

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

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