Html Css Color HEX #ACD026 Bahia

📋 copy color: '#ACD026'

red 172 ◦ green 208 ◦ blue 38

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

Shades of Bahia #ACD026

Tints of Bahia #ACD026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.09%

R = 41.15%
G = 49.76%
B = 9.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#ACD026 (or 0xACD026) is known color: Bahia. HEX triplet: AC, D0 and 26. RGB value is (172,208,38). Sum of RGB (Red+Green+Blue) = 172+208+38=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 208 (81.64% from 255 or 49.76% from 418); Blue value is 38 (15.23% from 255 or 9.09% from 418); Max value from RGB is 208 - color contains mainly: green. Hex color #ACD026 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD026 is #532FD9. Grayscale: #B2B2B2. Windows color (decimal): -5451738 or 2543788. OLE color: 2543788.

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

Color convert

RGB 172 208 38 -
CMYK 0.17 0 0.82 0.18
HSL 72.71º 0.69% 0.48% -
HSV(B) 72.71º 0.82% 0.82% -
XYZ 39.92 54.02 10.16 -
YUV 177.86 49.07 123.82 -
System Red Green Blue C M Y K H S L
Decimal 172 208 38 0.17 0 0.82 0.18 72.71 0.69 0.48
Hex AC D0 26 11 0 52 12 49 45 30
Octal 254 320 46 21 0 122 22 111 105 60
Binary 10101100 11010000 100110 10001 0 1010010 10010 1001001 1000101 110000

Color Harmonies of #ACD026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD026

Black with #ACD026

Text Example


Text Example

White with #ACD026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD026; }

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

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

background-color css

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

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

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

border-color css

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

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

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