#ACC12A

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

Shades of Bahia #ACC12A

Tints of Bahia #ACC12A

Color information

#ACC12A (or 0xACC12A) is unknown color: approx Bahia. HEX triplet: AC, C1 and 2A. RGB value is (172,193,42). Sum of RGB (Red+Green+Blue) = 172+193+42=407 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.26% from 407); Green value is 193 (75.78% from 255 or 47.42% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC12A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #ACC12A is #533ED5. Grayscale: #AAAAAA. Windows color (decimal): -5455574 or 2802092. OLE color: 2802092.

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

Color convert

RGB17219342-
CMYK0.1100.780.24
HSL68.34º64.26%46.08%-
HSV(B)68.34º78.24%75.69%-
XYZ36.547.089.35-
YUV169.5156.04129.78-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.26%
GREEN value IS 193 (75.78% from 255) = 47.42%
BLUE value IS 42 (16.80% from 255) = 10.32%
R=42.26%
G=47.42%
B=10.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal172193420.1100.780.2468.3464.2646.08
HexACC12AB04E1844402e
Octal254301521301163010410056
Binary10101100110000011010101011010011101100010001001000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ACC12A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ACC12A; }

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

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

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

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

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

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

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

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