Html Css Color HEX #ACC72A Bahia

📋 copy color: '#ACC72A'

red 172 ◦ green 199 ◦ blue 42

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

Shades of Bahia #ACC72A

Tints of Bahia #ACC72A

RGB

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

 GREEN value IS 199 (78.13% from 255) = 48.18%

 BLUE value IS 42 (16.8% from 255) = 10.17%

R = 41.65%
G = 48.18%
B = 10.17%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#ACC72A (or 0xACC72A) is known color: Bahia. HEX triplet: AC, C7 and 2A. RGB value is (172,199,42). Sum of RGB (Red+Green+Blue) = 172+199+42=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 42 (16.80% from 255 or 10.17% from 413); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC72A is #5338D5. Grayscale: #ADADAD. Windows color (decimal): -5454038 or 2803628. OLE color: 2803628.

HSL color Cylindrical-coordinate representation of color #ACC72A: hue angle of 70.32º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACC72A is Cyan = 0.14, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.22.

Color convert

RGB 172 199 42 -
CMYK 0.14 0 0.79 0.22
HSL 70.32º 0.65% 0.47% -
HSV(B) 70.32º 0.79% 0.78% -
XYZ 37.85 49.78 9.8 -
YUV 173.03 54.05 127.27 -
System Red Green Blue C M Y K H S L
Decimal 172 199 42 0.14 0 0.79 0.22 70.32 0.65 0.47
Hex AC C7 2A E 0 4F 16 46 41 2F
Octal 254 307 52 16 0 117 26 106 101 57
Binary 10101100 11000111 101010 1110 0 1001111 10110 1000110 1000001 101111

Color Harmonies of #ACC72A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC72A

Black with #ACC72A

Text Example


Text Example

White with #ACC72A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC72A; }

 p { color: rgb(172,199,42); }

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

background-color css

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

 a { background-color: rgb(172,199,42); }

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

border-color css

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

 span { border-color: rgb(172,199,42); }

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