Html Css Color HEX #9FC283 Norway

📋 copy color: '#9FC283'

red 159 ◦ green 194 ◦ blue 131

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

Shades of Norway #9FC283

Tints of Norway #9FC283

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.08%

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

R = 32.85%
G = 40.08%
B = 27.07%

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

#9FC283 (or 0x9FC283) is known color: Norway. HEX triplet: 9F, C2 and 83. RGB value is (159,194,131). Sum of RGB (Red+Green+Blue) = 159+194+131=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 194 (76.17% from 255 or 40.08% from 484); Blue value is 131 (51.56% from 255 or 27.07% from 484); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC283 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC283 is #603D7C. Grayscale: #B0B0B0. Windows color (decimal): -6307197 or 8635039. OLE color: 8635039.

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

Color convert

RGB 159 194 131 -
CMYK 0.18 0 0.32 0.24
HSL 93.33º 0.34% 0.64% -
HSV(B) 93.33º 0.32% 0.76% -
XYZ 37.69 47.59 28.67 -
YUV 176.35 102.4 115.62 -
System Red Green Blue C M Y K H S L
Decimal 159 194 131 0.18 0 0.32 0.24 93.33 0.34 0.64
Hex 9F C2 83 12 0 20 18 5D 22 40
Octal 237 302 203 22 0 40 30 135 42 100
Binary 10011111 11000010 10000011 10010 0 100000 11000 1011101 100010 1000000

Color Harmonies of #9FC283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC283

Black with #9FC283

Text Example


Text Example

White with #9FC283

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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