Html Css Color HEX #ACD018 Bahia

📋 copy color: '#ACD018'

red 172 ◦ green 208 ◦ blue 24

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

Shades of Bahia #ACD018

Tints of Bahia #ACD018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.94%

R = 42.57%
G = 51.49%
B = 5.94%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#ACD018 (or 0xACD018) is known color: Bahia. HEX triplet: AC, D0 and 18. RGB value is (172,208,24). Sum of RGB (Red+Green+Blue) = 172+208+24=404 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.57% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 24 (9.77% from 255 or 5.94% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD018 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD018 is #532FE7. Grayscale: #B0B0B0. Windows color (decimal): -5451752 or 1626284. OLE color: 1626284.

HSL color Cylindrical-coordinate representation of color #ACD018: hue angle of 71.74º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACD018 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 208 24 -
CMYK 0.17 0 0.88 0.18
HSL 71.74º 0.79% 0.45% -
HSV(B) 71.74º 0.88% 0.82% -
XYZ 39.73 53.95 9.18 -
YUV 176.26 42.07 124.96 -
System Red Green Blue C M Y K H S L
Decimal 172 208 24 0.17 0 0.88 0.18 71.74 0.79 0.45
Hex AC D0 18 11 0 58 12 48 4F 2D
Octal 254 320 30 21 0 130 22 110 117 55
Binary 10101100 11010000 11000 10001 0 1011000 10010 1001000 1001111 101101

Color Harmonies of #ACD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD018

Black with #ACD018

Text Example


Text Example

White with #ACD018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD018; }

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

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

background-color css

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

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

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

border-color css

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

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

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