Html Css Color HEX #ACD128 Bahia

📋 copy color: '#ACD128'

red 172 ◦ green 209 ◦ blue 40

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

Shades of Bahia #ACD128

Tints of Bahia #ACD128

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.5%

R = 40.86%
G = 49.64%
B = 9.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#ACD128 (or 0xACD128) is known color: Bahia. HEX triplet: AC, D1 and 28. RGB value is (172,209,40). Sum of RGB (Red+Green+Blue) = 172+209+40=421 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.86% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 40 (16.02% from 255 or 9.50% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #ACD128 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD128 is #532ED7. Grayscale: #B3B3B3. Windows color (decimal): -5451480 or 2675116. OLE color: 2675116.

HSL color Cylindrical-coordinate representation of color #ACD128: hue angle of 73.14º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACD128 is Cyan = 0.18, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.18.

Color convert

RGB 172 209 40 -
CMYK 0.18 0 0.81 0.18
HSL 73.14º 0.68% 0.49% -
HSV(B) 73.14º 0.81% 0.82% -
XYZ 40.2 54.52 10.41 -
YUV 178.67 49.74 123.24 -
System Red Green Blue C M Y K H S L
Decimal 172 209 40 0.18 0 0.81 0.18 73.14 0.68 0.49
Hex AC D1 28 12 0 51 12 49 44 31
Octal 254 321 50 22 0 121 22 111 104 61
Binary 10101100 11010001 101000 10010 0 1010001 10010 1001001 1000100 110001

Color Harmonies of #ACD128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD128

Black with #ACD128

Text Example


Text Example

White with #ACD128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD128; }

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

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

background-color css

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

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

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

border-color css

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

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

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