#ACC112

Color #ACC112 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #ACC112

Tints of Bahia #ACC112

Color information

#ACC112 (or 0xACC112) is unknown color: approx Bahia. HEX triplet: AC, C1 and 12. RGB value is (172,193,18). Sum of RGB (Red+Green+Blue) = 172+193+18=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 193 (75.78% from 255 or 50.39% from 383); Blue value is 18 (7.42% from 255 or 4.70% from 383); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC112 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC112 is #533EED. Grayscale: #A7A7A7. Windows color (decimal): -5455598 or 1229228. OLE color: 1229228.

HSL color Cylindrical-coordinate representation of color #ACC112: hue angle of 67.2º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #ACC112 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB17219318-
CMYK0.1100.910.24
HSL67.2º82.94%41.37%-
HSV(B)67.2º90.67%75.69%-
XYZ36.1946.957.73-
YUV166.7744.04131.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.91%
GREEN value IS 193 (75.78% from 255) = 50.39%
BLUE value IS 18 (7.42% from 255) = 4.70%
R=44.91%
G=50.39%
B=4.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172193180.1100.910.2467.282.9441.37
HexACC112B05B18435329
Octal254301221301333010312351
Binary1010110011000001100101011010110111100010000111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC112; }

 p { color: rgb(172,193,18); }

 H1.HeaderClassName
 {
   color: #ACC112;
 }
 .AnyTagClassName
 {
   color: #ACC112;
 }
</style>
background-color css

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

 a { background-color: rgb(172,193,18); }

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

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

 span { border-color: rgb(172,193,18); }

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