Html Css Color HEX #9AA04F Green Smoke

📋 copy color: '#9AA04F'

red 154 ◦ green 160 ◦ blue 79

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

Shades of Green Smoke #9AA04F

Tints of Green Smoke #9AA04F

RGB

 RED value IS 154 (60.55% from 255) = 39.19%

 GREEN value IS 160 (62.89% from 255) = 40.71%

 BLUE value IS 79 (31.25% from 255) = 20.1%

R = 39.19%
G = 40.71%
B = 20.1%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.37

RGB Variations

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

Color information

#9AA04F (or 0x9AA04F) is known color: Green Smoke. HEX triplet: 9A, A0 and 4F. RGB value is (154,160,79). Sum of RGB (Red+Green+Blue) = 154+160+79=393 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.19% from 393); Green value is 160 (62.89% from 255 or 40.71% from 393); Blue value is 79 (31.25% from 255 or 20.10% from 393); Max value from RGB is 160 - color contains mainly: green. Hex color #9AA04F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA04F is #655FB0. Grayscale: #959595. Windows color (decimal): -6643633 or 5218458. OLE color: 5218458.

HSL color Cylindrical-coordinate representation of color #9AA04F: hue angle of 64.44º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9AA04F is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.37.

Color convert

RGB 154 160 79 -
CMYK 0.04 0 0.51 0.37
HSL 64.44º 0.34% 0.47% -
HSV(B) 64.44º 0.51% 0.63% -
XYZ 27.31 32.58 12.25 -
YUV 148.97 88.51 131.59 -
System Red Green Blue C M Y K H S L
Decimal 154 160 79 0.04 0 0.51 0.37 64.44 0.34 0.47
Hex 9A A0 4F 4 0 33 25 40 22 2F
Octal 232 240 117 4 0 63 45 100 42 57
Binary 10011010 10100000 1001111 100 0 110011 100101 1000000 100010 101111

Color Harmonies of #9AA04F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA04F

Black with #9AA04F

Text Example


Text Example

White with #9AA04F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,160,79); }

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

background-color css

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

 a { background-color: rgb(154,160,79); }

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

border-color css

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

 span { border-color: rgb(154,160,79); }

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