Html Css Color HEX #9AA14D Green Smoke

📋 copy color: '#9AA14D'

red 154 ◦ green 161 ◦ blue 77

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

Shades of Green Smoke #9AA14D

Tints of Green Smoke #9AA14D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.07%

 BLUE value IS 77 (30.47% from 255) = 19.64%

R = 39.29%
G = 41.07%
B = 19.64%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.37

RGB Variations

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

Color information

#9AA14D (or 0x9AA14D) is known color: Green Smoke. HEX triplet: 9A, A1 and 4D. RGB value is (154,161,77). Sum of RGB (Red+Green+Blue) = 154+161+77=392 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.29% from 392); Green value is 161 (63.28% from 255 or 41.07% from 392); Blue value is 77 (30.47% from 255 or 19.64% from 392); Max value from RGB is 161 - color contains mainly: green. Hex color #9AA14D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA14D is #655EB2. Grayscale: #959595. Windows color (decimal): -6643379 or 5087642. OLE color: 5087642.

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

Color convert

RGB 154 161 77 -
CMYK 0.04 0 0.52 0.37
HSL 65º 0.35% 0.47% -
HSV(B) 65º 0.52% 0.63% -
XYZ 27.41 32.9 11.93 -
YUV 149.33 87.18 131.33 -
System Red Green Blue C M Y K H S L
Decimal 154 161 77 0.04 0 0.52 0.37 65 0.35 0.47
Hex 9A A1 4D 4 0 34 25 41 23 2F
Octal 232 241 115 4 0 64 45 101 43 57
Binary 10011010 10100001 1001101 100 0 110100 100101 1000001 100011 101111

Color Harmonies of #9AA14D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA14D

Black with #9AA14D

Text Example


Text Example

White with #9AA14D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,161,77); }

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

background-color css

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

 a { background-color: rgb(154,161,77); }

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

border-color css

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

 span { border-color: rgb(154,161,77); }

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