#9AC41B

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

Shades of Bahia #9AC41B

Tints of Bahia #9AC41B

Color information

#9AC41B (or 0x9AC41B) is unknown color: approx Bahia. HEX triplet: 9A, C4 and 1B. RGB value is (154,196,27). Sum of RGB (Red+Green+Blue) = 154+196+27=377 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.85% from 377); Green value is 196 (76.95% from 255 or 51.99% from 377); Blue value is 27 (10.94% from 255 or 7.16% from 377); Max value from RGB is 196 - color contains mainly: green. Hex color #9AC41B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9AC41B is #653BE4. Grayscale: #A4A4A4. Windows color (decimal): -6634469 or 1819802. OLE color: 1819802.

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

Color convert

RGB15419627-
CMYK0.2100.860.23
HSL74.91º75.78%43.73%-
HSV(B)74.91º86.22%76.86%-
XYZ33.2646.438.25-
YUV164.1850.59120.74-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.85%
GREEN value IS 196 (76.95% from 255) = 51.99%
BLUE value IS 27 (10.94% from 255) = 7.16%
R=40.85%
G=51.99%
B=7.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal154196270.2100.860.2374.9175.7843.73
Hex9AC41B15056174b4c2c
Octal232304332501262711311454
Binary10011010110001001101110101010101101011110010111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC41B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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