Html Css Color HEX #ACD426 Bahia

📋 copy color: '#ACD426'

red 172 ◦ green 212 ◦ blue 38

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

Shades of Bahia #ACD426

Tints of Bahia #ACD426

RGB

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

 GREEN value IS 212 (83.2% from 255) = 50.24%

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

R = 40.76%
G = 50.24%
B = 9%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#ACD426 (or 0xACD426) is known color: Bahia. HEX triplet: AC, D4 and 26. RGB value is (172,212,38). Sum of RGB (Red+Green+Blue) = 172+212+38=422 (55% of max value = 765). Red value is 172 (67.58% from 255 or 40.76% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 38 (15.23% from 255 or 9.00% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #ACD426 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACD426 is #532BD9. Grayscale: #B4B4B4. Windows color (decimal): -5450714 or 2544812. OLE color: 2544812.

HSL color Cylindrical-coordinate representation of color #ACD426: hue angle of 73.79º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACD426 is Cyan = 0.19, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.17.

Color convert

RGB 172 212 38 -
CMYK 0.19 0 0.82 0.17
HSL 73.79º 0.7% 0.49% -
HSV(B) 73.79º 0.82% 0.83% -
XYZ 40.91 56 10.49 -
YUV 180.2 47.75 122.15 -
System Red Green Blue C M Y K H S L
Decimal 172 212 38 0.19 0 0.82 0.17 73.79 0.7 0.49
Hex AC D4 26 13 0 52 11 4A 46 31
Octal 254 324 46 23 0 122 21 112 106 61
Binary 10101100 11010100 100110 10011 0 1010010 10001 1001010 1000110 110001

Color Harmonies of #ACD426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACD426

Black with #ACD426

Text Example


Text Example

White with #ACD426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACD426; }

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

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

background-color css

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

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

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

border-color css

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

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

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