Html Css Color HEX #ACD028 Bahia

📋 copy color: '#ACD028'

red 172 ◦ green 208 ◦ blue 40

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

Shades of Bahia #ACD028

Tints of Bahia #ACD028

RGB

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

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

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

R = 40.95%
G = 49.52%
B = 9.52%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#ACD028 (or 0xACD028) is known color: Bahia. HEX triplet: AC, D0 and 28. RGB value is (172,208,40). Sum of RGB (Red+Green+Blue) = 172+208+40=420 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.95% from 420); Green value is 208 (81.64% from 255 or 49.52% from 420); Blue value is 40 (16.02% from 255 or 9.52% from 420); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD028 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD028 is #532FD7. Grayscale: #B2B2B2. Windows color (decimal): -5451736 or 2674860. OLE color: 2674860.

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

Color convert

RGB 172 208 40 -
CMYK 0.17 0 0.81 0.18
HSL 72.86º 0.68% 0.49% -
HSV(B) 72.86º 0.81% 0.82% -
XYZ 39.95 54.04 10.33 -
YUV 178.08 50.07 123.66 -
System Red Green Blue C M Y K H S L
Decimal 172 208 40 0.17 0 0.81 0.18 72.86 0.68 0.49
Hex AC D0 28 11 0 51 12 49 44 31
Octal 254 320 50 21 0 121 22 111 104 61
Binary 10101100 11010000 101000 10001 0 1010001 10010 1001001 1000100 110001

Color Harmonies of #ACD028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD028

Black with #ACD028

Text Example


Text Example

White with #ACD028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD028; }

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

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

background-color css

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

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

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

border-color css

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

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

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