Html Css Color HEX #9FAA40 Brass

📋 copy color: '#9FAA40'

red 159 ◦ green 170 ◦ blue 64

#9FAA40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brass #9FAA40

Tints of Brass #9FAA40

RGB

 RED value IS 159 (62.5% from 255) = 40.46%

 GREEN value IS 170 (66.8% from 255) = 43.26%

 BLUE value IS 64 (25.39% from 255) = 16.28%

R = 40.46%
G = 43.26%
B = 16.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#9FAA40 (or 0x9FAA40) is known color: Brass. HEX triplet: 9F, AA and 40. RGB value is (159,170,64). Sum of RGB (Red+Green+Blue) = 159+170+64=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 170 (66.80% from 255 or 43.26% from 393); Blue value is 64 (25.39% from 255 or 16.28% from 393); Max value from RGB is 170 - color contains mainly: green. Hex color #9FAA40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9FAA40 is #6055BF. Grayscale: #9B9B9B. Windows color (decimal): -6313408 or 4237983. OLE color: 4237983.

HSL color Cylindrical-coordinate representation of color #9FAA40: hue angle of 66.23º 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 #9FAA40 is Cyan = 0.06, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 170 64 -
CMYK 0.06 0 0.62 0.33
HSL 66.23º 0.45% 0.46% -
HSV(B) 66.23º 0.62% 0.67% -
XYZ 29.6 36.49 10.33 -
YUV 154.63 76.86 131.12 -
System Red Green Blue C M Y K H S L
Decimal 159 170 64 0.06 0 0.62 0.33 66.23 0.45 0.46
Hex 9F AA 40 6 0 3E 21 42 2D 2E
Octal 237 252 100 6 0 76 41 102 55 56
Binary 10011111 10101010 1000000 110 0 111110 100001 1000010 101101 101110

Color Harmonies of #9FAA40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAA40

Black with #9FAA40

Text Example


Text Example

White with #9FAA40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FAA40;
 }
 .AnyTagClassName
 {
   color: #9FAA40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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