Html Css Color HEX #9AAE5E Green Smoke

📋 copy color: '#9AAE5E'

red 154 ◦ green 174 ◦ blue 94

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

Shades of Green Smoke #9AAE5E

Tints of Green Smoke #9AAE5E

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.23%

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

R = 36.49%
G = 41.23%
B = 22.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#9AAE5E (or 0x9AAE5E) is known color: Green Smoke. HEX triplet: 9A, AE and 5E. RGB value is (154,174,94). Sum of RGB (Red+Green+Blue) = 154+174+94=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 174 (68.36% from 255 or 41.23% from 422); Blue value is 94 (37.11% from 255 or 22.27% from 422); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AAE5E is #6551A1. Grayscale: #9F9F9F. Windows color (decimal): -6640034 or 6205082. OLE color: 6205082.

HSL color Cylindrical-coordinate representation of color #9AAE5E: hue angle of 75º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9AAE5E is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 154 174 94 -
CMYK 0.11 0 0.46 0.32
HSL 75º 0.33% 0.53% -
HSV(B) 75º 0.46% 0.68% -
XYZ 30.48 37.95 16.31 -
YUV 158.9 91.37 124.5 -
System Red Green Blue C M Y K H S L
Decimal 154 174 94 0.11 0 0.46 0.32 75 0.33 0.53
Hex 9A AE 5E B 0 2E 20 4B 21 35
Octal 232 256 136 13 0 56 40 113 41 65
Binary 10011010 10101110 1011110 1011 0 101110 100000 1001011 100001 110101

Color Harmonies of #9AAE5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AAE5E

Black with #9AAE5E

Text Example


Text Example

White with #9AAE5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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