Html Css Color HEX #ACD019 Bahia

📋 copy color: '#ACD019'

red 172 ◦ green 208 ◦ blue 25

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

Shades of Bahia #ACD019

Tints of Bahia #ACD019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.17%

R = 42.47%
G = 51.36%
B = 6.17%

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

#ACD019 (or 0xACD019) is known color: Bahia. HEX triplet: AC, D0 and 19. RGB value is (172,208,25). Sum of RGB (Red+Green+Blue) = 172+208+25=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 208 (81.64% from 255 or 51.36% from 405); Blue value is 25 (10.16% from 255 or 6.17% from 405); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD019 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD019 is #532FE6. Grayscale: #B1B1B1. Windows color (decimal): -5451751 or 1691820. OLE color: 1691820.

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

Color convert

RGB 172 208 25 -
CMYK 0.17 0 0.88 0.18
HSL 71.8º 0.79% 0.46% -
HSV(B) 71.8º 0.88% 0.82% -
XYZ 39.74 53.95 9.24 -
YUV 176.37 42.57 124.88 -
System Red Green Blue C M Y K H S L
Decimal 172 208 25 0.17 0 0.88 0.18 71.8 0.79 0.46
Hex AC D0 19 11 0 58 12 48 4F 2E
Octal 254 320 31 21 0 130 22 110 117 56
Binary 10101100 11010000 11001 10001 0 1011000 10010 1001000 1001111 101110

Color Harmonies of #ACD019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD019

Black with #ACD019

Text Example


Text Example

White with #ACD019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD019; }

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

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

background-color css

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

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

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

border-color css

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

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

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