Html Css Color HEX #9AAC5E Green Smoke

📋 copy color: '#9AAC5E'

red 154 ◦ green 172 ◦ blue 94

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

Shades of Green Smoke #9AAC5E

Tints of Green Smoke #9AAC5E

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

 BLUE value IS 94 (37.11% from 255) = 22.38%

R = 36.67%
G = 40.95%
B = 22.38%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#9AAC5E (or 0x9AAC5E) is known color: Green Smoke. HEX triplet: 9A, AC and 5E. RGB value is (154,172,94). Sum of RGB (Red+Green+Blue) = 154+172+94=420 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.67% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 94 (37.11% from 255 or 22.38% from 420); Max value from RGB is 172 - color contains mainly: green. Hex color #9AAC5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAC5E is #6553A1. Grayscale: #9E9E9E. Windows color (decimal): -6640546 or 6204570. OLE color: 6204570.

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

Color convert

RGB 154 172 94 -
CMYK 0.10 0 0.45 0.33
HSL 73.85º 0.32% 0.52% -
HSV(B) 73.85º 0.45% 0.67% -
XYZ 30.1 37.18 16.18 -
YUV 157.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 154 172 94 0.10 0 0.45 0.33 73.85 0.32 0.52
Hex 9A AC 5E A 0 2D 21 4A 20 34
Octal 232 254 136 12 0 55 41 112 40 64
Binary 10011010 10101100 1011110 1010 0 101101 100001 1001010 100000 110100

Color Harmonies of #9AAC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAC5E

Black with #9AAC5E

Text Example


Text Example

White with #9AAC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,172,94); }

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

background-color css

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

 a { background-color: rgb(154,172,94); }

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

border-color css

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

 span { border-color: rgb(154,172,94); }

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