Html Css Color HEX #9FA25A Green Smoke

📋 copy color: '#9FA25A'

red 159 ◦ green 162 ◦ blue 90

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

Shades of Green Smoke #9FA25A

Tints of Green Smoke #9FA25A

RGB

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

 GREEN value IS 162 (63.67% from 255) = 39.42%

 BLUE value IS 90 (35.55% from 255) = 21.9%

R = 38.69%
G = 39.42%
B = 21.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.44

 K value IS 0.36

RGB Variations

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

Color information

#9FA25A (or 0x9FA25A) is known color: Green Smoke. HEX triplet: 9F, A2 and 5A. RGB value is (159,162,90). Sum of RGB (Red+Green+Blue) = 159+162+90=411 (54% of max value = 765). Red value is 159 (62.5% from 255 or 38.69% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 90 (35.55% from 255 or 21.90% from 411); Max value from RGB is 162 - color contains mainly: green. Hex color #9FA25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FA25A is #605DA5. Grayscale: #999999. Windows color (decimal): -6315430 or 5939871. OLE color: 5939871.

HSL color Cylindrical-coordinate representation of color #9FA25A: hue angle of 62.5º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FA25A is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.36.

Color convert

RGB 159 162 90 -
CMYK 0.02 0 0.44 0.36
HSL 62.5º 0.29% 0.49% -
HSV(B) 62.5º 0.44% 0.64% -
XYZ 29.06 33.95 14.69 -
YUV 152.9 92.51 132.35 -
System Red Green Blue C M Y K H S L
Decimal 159 162 90 0.02 0 0.44 0.36 62.5 0.29 0.49
Hex 9F A2 5A 2 0 2C 24 3F 1D 31
Octal 237 242 132 2 0 54 44 77 35 61
Binary 10011111 10100010 1011010 10 0 101100 100100 111111 11101 110001

Color Harmonies of #9FA25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA25A

Black with #9FA25A

Text Example


Text Example

White with #9FA25A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,162,90); }

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

background-color css

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

 a { background-color: rgb(159,162,90); }

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

border-color css

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

 span { border-color: rgb(159,162,90); }

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