#9FB58E

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

Shades of Norway #9FB58E

Tints of Norway #9FB58E

Color information

#9FB58E (or 0x9FB58E) is unknown color: approx Norway. HEX triplet: 9F, B5 and 8E. RGB value is (159,181,142). Sum of RGB (Red+Green+Blue) = 159+181+142=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 142 (55.86% from 255 or 29.46% from 482); Max value from RGB is 181 - color contains mainly: green. Hex color #9FB58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FB58E is #604A71. Grayscale: #AAAAAA. Windows color (decimal): -6310514 or 9352607. OLE color: 9352607.

HSL color Cylindrical-coordinate representation of color #9FB58E: hue angle of 93.85º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FB58E is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB159181142-
CMYK0.1200.220.29
HSL93.85º20.86%63.33%-
HSV(B)93.85º21.55%70.98%-
XYZ35.742.3731.89-
YUV169.98112.21120.17-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.99%
GREEN value IS 181 (71.09% from 255) = 37.55%
BLUE value IS 142 (55.86% from 255) = 29.46%
R=32.99%
G=37.55%
B=29.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1591811420.1200.220.2993.8520.8663.33
Hex9FB58EC0161D5e153f
Octal23726521614026351362577
Binary100111111011010110001110110001011011101101111010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB58E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,181,142); }

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

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

 a { background-color: rgb(159,181,142); }

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

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

 span { border-color: rgb(159,181,142); }

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