Html Css Color HEX #9FC384 Norway

📋 copy color: '#9FC384'

red 159 ◦ green 195 ◦ blue 132

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

Shades of Norway #9FC384

Tints of Norway #9FC384

RGB

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

 GREEN value IS 195 (76.56% from 255) = 40.12%

 BLUE value IS 132 (51.95% from 255) = 27.16%

R = 32.72%
G = 40.12%
B = 27.16%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#9FC384 (or 0x9FC384) is known color: Norway. HEX triplet: 9F, C3 and 84. RGB value is (159,195,132). Sum of RGB (Red+Green+Blue) = 159+195+132=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 195 (76.56% from 255 or 40.12% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC384 is #603C7B. Grayscale: #B1B1B1. Windows color (decimal): -6306940 or 8700831. OLE color: 8700831.

HSL color Cylindrical-coordinate representation of color #9FC384: hue angle of 94.29º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FC384 is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 132 -
CMYK 0.18 0 0.32 0.24
HSL 94.29º 0.34% 0.64% -
HSV(B) 94.29º 0.32% 0.76% -
XYZ 37.98 48.07 29.11 -
YUV 177.05 102.57 115.12 -
System Red Green Blue C M Y K H S L
Decimal 159 195 132 0.18 0 0.32 0.24 94.29 0.34 0.64
Hex 9F C3 84 12 0 20 18 5E 22 40
Octal 237 303 204 22 0 40 30 136 42 100
Binary 10011111 11000011 10000100 10010 0 100000 11000 1011110 100010 1000000

Color Harmonies of #9FC384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC384

Black with #9FC384

Text Example


Text Example

White with #9FC384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,195,132); }

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

background-color css

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

 a { background-color: rgb(159,195,132); }

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

border-color css

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

 span { border-color: rgb(159,195,132); }

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