#9FB25A

Color #9FB25A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #9FB25A

Tints of Green Smoke #9FB25A

Color information

#9FB25A (or 0x9FB25A) is unknown color: approx Green Smoke. HEX triplet: 9F, B2 and 5A. RGB value is (159,178,90). Sum of RGB (Red+Green+Blue) = 159+178+90=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 178 (69.92% from 255 or 41.69% from 427); Blue value is 90 (35.55% from 255 or 21.08% from 427); Max value from RGB is 178 - color contains mainly: green. Hex color #9FB25A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB25A is #604DA5. Grayscale: #A2A2A2. Windows color (decimal): -6311334 or 5943967. OLE color: 5943967.

HSL color Cylindrical-coordinate representation of color #9FB25A: hue angle of 72.95º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FB25A is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB15917890-
CMYK0.1100.490.30
HSL72.95º36.36%52.55%-
HSV(B)72.95º49.44%69.8%-
XYZ32.0639.9515.69-
YUV162.2987.21125.66-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.24%
GREEN value IS 178 (69.92% from 255) = 41.69%
BLUE value IS 90 (35.55% from 255) = 21.08%
R=37.24%
G=41.69%
B=21.08%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal159178900.1100.490.3072.9536.3652.55
Hex9FB25AB0311E492435
Octal23726213213061361114465
Binary1001111110110010101101010110110001111101001001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB25A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FB25A;
 }
 .AnyTagClassName
 {
   color: #9FB25A;
 }
</style>
background-color css

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

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

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

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

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

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