#9AC41A

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

Shades of Bahia #9AC41A

Tints of Bahia #9AC41A

Color information

#9AC41A (or 0x9AC41A) is unknown color: approx Bahia. HEX triplet: 9A, C4 and 1A. RGB value is (154,196,26). Sum of RGB (Red+Green+Blue) = 154+196+26=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 196 (76.95% from 255 or 52.13% from 376); Blue value is 26 (10.55% from 255 or 6.91% from 376); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC41A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC41A is #653BE5. Grayscale: #A4A4A4. Windows color (decimal): -6634470 or 1754266. OLE color: 1754266.

HSL color Cylindrical-coordinate representation of color #9AC41A: hue angle of 74.82º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9AC41A is Cyan = 0.21, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB15419626-
CMYK0.2100.870.23
HSL74.82º76.58%43.53%-
HSV(B)74.82º86.73%76.86%-
XYZ33.2546.428.19-
YUV164.0650.09120.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.96%
GREEN value IS 196 (76.95% from 255) = 52.13%
BLUE value IS 26 (10.55% from 255) = 6.91%
R=40.96%
G=52.13%
B=6.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal154196260.2100.870.2374.8276.5843.53
Hex9AC41A15057174b4d2c
Octal232304322501272711311554
Binary10011010110001001101010101010101111011110010111001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC41A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AC41A; }

 p { color: rgb(154,196,26); }

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

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

 a { background-color: rgb(154,196,26); }

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

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

 span { border-color: rgb(154,196,26); }

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