Html Css Color HEX #9FC083 Norway

📋 copy color: '#9FC083'

red 159 ◦ green 192 ◦ blue 131

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

Shades of Norway #9FC083

Tints of Norway #9FC083

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 32.99%
G = 39.83%
B = 27.18%

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

#9FC083 (or 0x9FC083) is known color: Norway. HEX triplet: 9F, C0 and 83. RGB value is (159,192,131). Sum of RGB (Red+Green+Blue) = 159+192+131=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC083 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC083 is #603F7C. Grayscale: #AFAFAF. Windows color (decimal): -6307709 or 8634527. OLE color: 8634527.

HSL color Cylindrical-coordinate representation of color #9FC083: hue angle of 92.46º 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 #9FC083 is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 131 -
CMYK 0.17 0 0.32 0.25
HSL 92.46º 0.33% 0.63% -
HSV(B) 92.46º 0.32% 0.75% -
XYZ 37.24 46.71 28.53 -
YUV 175.18 103.07 116.46 -
System Red Green Blue C M Y K H S L
Decimal 159 192 131 0.17 0 0.32 0.25 92.46 0.33 0.63
Hex 9F C0 83 11 0 20 19 5C 21 3F
Octal 237 300 203 21 0 40 31 134 41 77
Binary 10011111 11000000 10000011 10001 0 100000 11001 1011100 100001 111111

Color Harmonies of #9FC083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC083

Black with #9FC083

Text Example


Text Example

White with #9FC083

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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