Html Css Color HEX #ACC71E Bahia

📋 copy color: '#ACC71E'

red 172 ◦ green 199 ◦ blue 30

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

Shades of Bahia #ACC71E

Tints of Bahia #ACC71E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.48%

R = 42.89%
G = 49.63%
B = 7.48%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#ACC71E (or 0xACC71E) is known color: Bahia. HEX triplet: AC, C7 and 1E. RGB value is (172,199,30). Sum of RGB (Red+Green+Blue) = 172+199+30=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 199 (78.12% from 255 or 49.63% from 401); Blue value is 30 (12.11% from 255 or 7.48% from 401); Max value from RGB is 199 - color contains mainly: green. Hex color #ACC71E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC71E is #5338E1. Grayscale: #ACACAC. Windows color (decimal): -5454050 or 2017196. OLE color: 2017196.

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

Color convert

RGB 172 199 30 -
CMYK 0.14 0 0.85 0.22
HSL 69.59º 0.74% 0.45% -
HSV(B) 69.59º 0.85% 0.78% -
XYZ 37.67 49.71 8.84 -
YUV 171.66 48.05 128.24 -
System Red Green Blue C M Y K H S L
Decimal 172 199 30 0.14 0 0.85 0.22 69.59 0.74 0.45
Hex AC C7 1E E 0 55 16 46 4A 2D
Octal 254 307 36 16 0 125 26 106 112 55
Binary 10101100 11000111 11110 1110 0 1010101 10110 1000110 1001010 101101

Color Harmonies of #ACC71E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC71E

Black with #ACC71E

Text Example


Text Example

White with #ACC71E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC71E; }

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

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

background-color css

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

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

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

border-color css

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

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

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