Html Css Color HEX #9FC18D Norway

📋 copy color: '#9FC18D'

red 159 ◦ green 193 ◦ blue 141

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

Shades of Norway #9FC18D

Tints of Norway #9FC18D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.15%

 BLUE value IS 141 (55.47% from 255) = 28.6%

R = 32.25%
G = 39.15%
B = 28.6%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#9FC18D (or 0x9FC18D) is known color: Norway. HEX triplet: 9F, C1 and 8D. RGB value is (159,193,141). Sum of RGB (Red+Green+Blue) = 159+193+141=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 193 (75.78% from 255 or 39.15% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC18D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC18D is #603E72. Grayscale: #B1B1B1. Windows color (decimal): -6307443 or 9290143. OLE color: 9290143.

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

Color convert

RGB 159 193 141 -
CMYK 0.18 0 0.27 0.24
HSL 99.23º 0.3% 0.65% -
HSV(B) 99.23º 0.27% 0.76% -
XYZ 38.18 47.43 32.34 -
YUV 176.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 159 193 141 0.18 0 0.27 0.24 99.23 0.3 0.65
Hex 9F C1 8D 12 0 1B 18 63 1E 41
Octal 237 301 215 22 0 33 30 143 36 101
Binary 10011111 11000001 10001101 10010 0 11011 11000 1100011 11110 1000001

Color Harmonies of #9FC18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC18D

Black with #9FC18D

Text Example


Text Example

White with #9FC18D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,193,141); }

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

background-color css

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

 a { background-color: rgb(159,193,141); }

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

border-color css

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

 span { border-color: rgb(159,193,141); }

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