Html Css Color HEX #9FB58E Norway

📋 copy color: '#9FB58E'

red 159 ◦ green 181 ◦ blue 142

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

Shades of Norway #9FB58E

Tints of Norway #9FB58E

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 value IS 0.12

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#9FB58E (or 0x9FB58E) is known color: 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

RGB 159 181 142 -
CMYK 0.12 0 0.22 0.29
HSL 93.85º 0.21% 0.63% -
HSV(B) 93.85º 0.22% 0.71% -
XYZ 35.7 42.37 31.89 -
YUV 169.98 112.21 120.17 -
System Red Green Blue C M Y K H S L
Decimal 159 181 142 0.12 0 0.22 0.29 93.85 0.21 0.63
Hex 9F B5 8E C 0 16 1D 5E 15 3F
Octal 237 265 216 14 0 26 35 136 25 77
Binary 10011111 10110101 10001110 1100 0 10110 11101 1011110 10101 111111

Color Harmonies of #9FB58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB58E

Black with #9FB58E

Text Example


Text Example

White with #9FB58E

Text Example


Text Example

HTML Codes & Css Web 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>