#9EAA40

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

Shades of Brass #9EAA40

Tints of Brass #9EAA40

Color information

#9EAA40 (or 0x9EAA40) is unknown color: approx Brass. HEX triplet: 9E, AA and 40. RGB value is (158,170,64). Sum of RGB (Red+Green+Blue) = 158+170+64=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 170 (66.80% from 255 or 43.37% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA40 is #6155BF. Grayscale: #9A9A9A. Windows color (decimal): -6378944 or 4237982. OLE color: 4237982.

HSL color Cylindrical-coordinate representation of color #9EAA40: hue angle of 66.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EAA40 is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB15817064-
CMYK0.0700.620.33
HSL66.79º45.3%45.88%-
HSV(B)66.79º62.35%66.67%-
XYZ29.436.3910.32-
YUV154.3377.02130.62-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 40.31%
GREEN value IS 170 (66.80% from 255) = 43.37%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=40.31%
G=43.37%
B=16.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158170640.0700.620.3366.7945.345.88
Hex9EAA40703E21432d2e
Octal2362521007076411035556
Binary1001111010101010100000011101111101000011000011101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,170,64); }

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

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

 a { background-color: rgb(158,170,64); }

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

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

 span { border-color: rgb(158,170,64); }

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