Html Css Color HEX #ACC72C Bahia

📋 copy color: '#ACC72C'

red 172 ◦ green 199 ◦ blue 44

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

Shades of Bahia #ACC72C

Tints of Bahia #ACC72C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.6%

R = 41.45%
G = 47.95%
B = 10.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#ACC72C (or 0xACC72C) is known color: Bahia. HEX triplet: AC, C7 and 2C. RGB value is (172,199,44). Sum of RGB (Red+Green+Blue) = 172+199+44=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 44 (17.58% from 255 or 10.60% from 415); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC72C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC72C is #5338D3. Grayscale: #ADADAD. Windows color (decimal): -5454036 or 2934700. OLE color: 2934700.

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

Color convert

RGB 172 199 44 -
CMYK 0.14 0 0.78 0.22
HSL 70.45º 0.64% 0.48% -
HSV(B) 70.45º 0.78% 0.78% -
XYZ 37.89 49.8 10 -
YUV 173.26 55.05 127.1 -
System Red Green Blue C M Y K H S L
Decimal 172 199 44 0.14 0 0.78 0.22 70.45 0.64 0.48
Hex AC C7 2C E 0 4E 16 46 40 30
Octal 254 307 54 16 0 116 26 106 100 60
Binary 10101100 11000111 101100 1110 0 1001110 10110 1000110 1000000 110000

Color Harmonies of #ACC72C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC72C

Black with #ACC72C

Text Example


Text Example

White with #ACC72C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC72C; }

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

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

background-color css

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

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

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

border-color css

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

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

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