Html Css Color HEX #9FB18A Norway

📋 copy color: '#9FB18A'

red 159 ◦ green 177 ◦ blue 138

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

Shades of Norway #9FB18A

Tints of Norway #9FB18A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.34%

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 33.54%
G = 37.34%
B = 29.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#9FB18A (or 0x9FB18A) is known color: Norway. HEX triplet: 9F, B1 and 8A. RGB value is (159,177,138). Sum of RGB (Red+Green+Blue) = 159+177+138=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 177 (69.53% from 255 or 37.34% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 177 - color contains mainly: green. Hex color #9FB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FB18A is #604E75. Grayscale: #A7A7A7. Windows color (decimal): -6311542 or 9089439. OLE color: 9089439.

HSL color Cylindrical-coordinate representation of color #9FB18A: hue angle of 87.69º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9FB18A is Cyan = 0.10, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 159 177 138 -
CMYK 0.10 0 0.22 0.31
HSL 87.69º 0.2% 0.62% -
HSV(B) 87.69º 0.22% 0.69% -
XYZ 34.61 40.65 30.07 -
YUV 167.17 111.54 122.17 -
System Red Green Blue C M Y K H S L
Decimal 159 177 138 0.10 0 0.22 0.31 87.69 0.2 0.62
Hex 9F B1 8A A 0 16 1F 58 14 3E
Octal 237 261 212 12 0 26 37 130 24 76
Binary 10011111 10110001 10001010 1010 0 10110 11111 1011000 10100 111110

Color Harmonies of #9FB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FB18A

Black with #9FB18A

Text Example


Text Example

White with #9FB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,177,138); }

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

background-color css

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

 a { background-color: rgb(159,177,138); }

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

border-color css

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

 span { border-color: rgb(159,177,138); }

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