Html Css Color HEX #ACD024 Bahia

📋 copy color: '#ACD024'

red 172 ◦ green 208 ◦ blue 36

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

Shades of Bahia #ACD024

Tints of Bahia #ACD024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 8.65%

R = 41.35%
G = 50%
B = 8.65%

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

#ACD024 (or 0xACD024) is known color: Bahia. HEX triplet: AC, D0 and 24. RGB value is (172,208,36). Sum of RGB (Red+Green+Blue) = 172+208+36=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 208 (81.64% from 255 or 50% from 416); Blue value is 36 (14.45% from 255 or 8.65% from 416); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD024 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD024 is #532FDB. Grayscale: #B2B2B2. Windows color (decimal): -5451740 or 2412716. OLE color: 2412716.

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

Color convert

RGB 172 208 36 -
CMYK 0.17 0 0.83 0.18
HSL 72.56º 0.7% 0.48% -
HSV(B) 72.56º 0.83% 0.82% -
XYZ 39.89 54.01 9.99 -
YUV 177.63 48.07 123.99 -
System Red Green Blue C M Y K H S L
Decimal 172 208 36 0.17 0 0.83 0.18 72.56 0.7 0.48
Hex AC D0 24 11 0 53 12 49 46 30
Octal 254 320 44 21 0 123 22 111 106 60
Binary 10101100 11010000 100100 10001 0 1010011 10010 1001001 1000110 110000

Color Harmonies of #ACD024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD024

Black with #ACD024

Text Example


Text Example

White with #ACD024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD024; }

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

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

background-color css

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

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

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

border-color css

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

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

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