Html Css Color HEX #ACD119 Bahia

📋 copy color: '#ACD119'

red 172 ◦ green 209 ◦ blue 25

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

Shades of Bahia #ACD119

Tints of Bahia #ACD119

RGB

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

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

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

R = 42.36%
G = 51.48%
B = 6.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#ACD119 (or 0xACD119) is known color: Bahia. HEX triplet: AC, D1 and 19. RGB value is (172,209,25). Sum of RGB (Red+Green+Blue) = 172+209+25=406 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.36% from 406); Green value is 209 (82.03% from 255 or 51.48% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD119 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACD119 is #532EE6. Grayscale: #B1B1B1. Windows color (decimal): -5451495 or 1692076. OLE color: 1692076.

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

Color convert

RGB 172 209 25 -
CMYK 0.18 0 0.88 0.18
HSL 72.07º 0.79% 0.46% -
HSV(B) 72.07º 0.88% 0.82% -
XYZ 39.99 54.44 9.32 -
YUV 176.96 42.24 124.46 -
System Red Green Blue C M Y K H S L
Decimal 172 209 25 0.18 0 0.88 0.18 72.07 0.79 0.46
Hex AC D1 19 12 0 58 12 48 4F 2E
Octal 254 321 31 22 0 130 22 110 117 56
Binary 10101100 11010001 11001 10010 0 1011000 10010 1001000 1001111 101110

Color Harmonies of #ACD119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD119

Black with #ACD119

Text Example


Text Example

White with #ACD119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD119; }

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

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

background-color css

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

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

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

border-color css

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

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

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