Html Css Color HEX #ACC42E Bahia

📋 copy color: '#ACC42E'

red 172 ◦ green 196 ◦ blue 46

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

Shades of Bahia #ACC42E

Tints of Bahia #ACC42E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 47.34%

 BLUE value IS 46 (18.36% from 255) = 11.11%

R = 41.55%
G = 47.34%
B = 11.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#ACC42E (or 0xACC42E) is known color: Bahia. HEX triplet: AC, C4 and 2E. RGB value is (172,196,46). Sum of RGB (Red+Green+Blue) = 172+196+46=414 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.55% from 414); Green value is 196 (76.95% from 255 or 47.34% from 414); Blue value is 46 (18.36% from 255 or 11.11% from 414); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC42E is #533BD1. Grayscale: #ACACAC. Windows color (decimal): -5454802 or 3065004. OLE color: 3065004.

HSL color Cylindrical-coordinate representation of color #ACC42E: hue angle of 69.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACC42E is Cyan = 0.12, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 172 196 46 -
CMYK 0.12 0 0.77 0.23
HSL 69.6º 0.62% 0.47% -
HSV(B) 69.6º 0.77% 0.77% -
XYZ 37.25 48.45 9.97 -
YUV 171.72 57.05 128.2 -
System Red Green Blue C M Y K H S L
Decimal 172 196 46 0.12 0 0.77 0.23 69.6 0.62 0.47
Hex AC C4 2E C 0 4D 17 46 3E 2F
Octal 254 304 56 14 0 115 27 106 76 57
Binary 10101100 11000100 101110 1100 0 1001101 10111 1000110 111110 101111

Color Harmonies of #ACC42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACC42E

Black with #ACC42E

Text Example


Text Example

White with #ACC42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACC42E; }

 p { color: rgb(172,196,46); }

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

background-color css

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

 a { background-color: rgb(172,196,46); }

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

border-color css

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

 span { border-color: rgb(172,196,46); }

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