Html Css Color HEX #9FC082 Norway

📋 copy color: '#9FC082'

red 159 ◦ green 192 ◦ blue 130

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

Shades of Norway #9FC082

Tints of Norway #9FC082

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.92%

 BLUE value IS 130 (51.17% from 255) = 27.03%

R = 33.06%
G = 39.92%
B = 27.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#9FC082 (or 0x9FC082) is known color: Norway. HEX triplet: 9F, C0 and 82. RGB value is (159,192,130). Sum of RGB (Red+Green+Blue) = 159+192+130=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 130 (51.17% from 255 or 27.03% from 481); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC082 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC082 is #603F7D. Grayscale: #AFAFAF. Windows color (decimal): -6307710 or 8568991. OLE color: 8568991.

HSL color Cylindrical-coordinate representation of color #9FC082: hue angle of 91.94º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FC082 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 130 -
CMYK 0.17 0 0.32 0.25
HSL 91.94º 0.33% 0.63% -
HSV(B) 91.94º 0.32% 0.75% -
XYZ 37.18 46.68 28.17 -
YUV 175.07 102.57 116.54 -
System Red Green Blue C M Y K H S L
Decimal 159 192 130 0.17 0 0.32 0.25 91.94 0.33 0.63
Hex 9F C0 82 11 0 20 19 5C 21 3F
Octal 237 300 202 21 0 40 31 134 41 77
Binary 10011111 11000000 10000010 10001 0 100000 11001 1011100 100001 111111

Color Harmonies of #9FC082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC082

Black with #9FC082

Text Example


Text Example

White with #9FC082

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,130); }

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

background-color css

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

 a { background-color: rgb(159,192,130); }

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

border-color css

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

 span { border-color: rgb(159,192,130); }

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