Html Css Color HEX #9FB058 Green Smoke

📋 copy color: '#9FB058'

red 159 ◦ green 176 ◦ blue 88

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

Shades of Green Smoke #9FB058

Tints of Green Smoke #9FB058

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.61%

 BLUE value IS 88 (34.77% from 255) = 20.8%

R = 37.59%
G = 41.61%
B = 20.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#9FB058 (or 0x9FB058) is known color: Green Smoke. HEX triplet: 9F, B0 and 58. RGB value is (159,176,88). Sum of RGB (Red+Green+Blue) = 159+176+88=423 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.59% from 423); Green value is 176 (69.14% from 255 or 41.61% from 423); Blue value is 88 (34.77% from 255 or 20.80% from 423); Max value from RGB is 176 - color contains mainly: green. Hex color #9FB058 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FB058 is #604FA7. Grayscale: #A1A1A1. Windows color (decimal): -6311848 or 5812383. OLE color: 5812383.

HSL color Cylindrical-coordinate representation of color #9FB058: hue angle of 71.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FB058 is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 176 88 -
CMYK 0.10 0 0.50 0.31
HSL 71.59º 0.36% 0.52% -
HSV(B) 71.59º 0.5% 0.69% -
XYZ 31.58 39.13 15.12 -
YUV 160.89 86.87 126.66 -
System Red Green Blue C M Y K H S L
Decimal 159 176 88 0.10 0 0.50 0.31 71.59 0.36 0.52
Hex 9F B0 58 A 0 32 1F 48 24 34
Octal 237 260 130 12 0 62 37 110 44 64
Binary 10011111 10110000 1011000 1010 0 110010 11111 1001000 100100 110100

Color Harmonies of #9FB058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB058

Black with #9FB058

Text Example


Text Example

White with #9FB058

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,176,88); }

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

background-color css

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

 a { background-color: rgb(159,176,88); }

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

border-color css

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

 span { border-color: rgb(159,176,88); }

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