Html Css Color HEX #9FC28C Norway

📋 copy color: '#9FC28C'

red 159 ◦ green 194 ◦ blue 140

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

Shades of Norway #9FC28C

Tints of Norway #9FC28C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 32.25%
G = 39.35%
B = 28.4%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#9FC28C (or 0x9FC28C) is known color: Norway. HEX triplet: 9F, C2 and 8C. RGB value is (159,194,140). Sum of RGB (Red+Green+Blue) = 159+194+140=493 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.25% from 493); Green value is 194 (76.17% from 255 or 39.35% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC28C is #603D73. Grayscale: #B1B1B1. Windows color (decimal): -6307188 or 9224863. OLE color: 9224863.

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

Color convert

RGB 159 194 140 -
CMYK 0.18 0 0.28 0.24
HSL 98.89º 0.31% 0.65% -
HSV(B) 98.89º 0.28% 0.76% -
XYZ 38.32 47.85 32.03 -
YUV 177.38 106.9 114.89 -
System Red Green Blue C M Y K H S L
Decimal 159 194 140 0.18 0 0.28 0.24 98.89 0.31 0.65
Hex 9F C2 8C 12 0 1C 18 63 1F 41
Octal 237 302 214 22 0 34 30 143 37 101
Binary 10011111 11000010 10001100 10010 0 11100 11000 1100011 11111 1000001

Color Harmonies of #9FC28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC28C

Black with #9FC28C

Text Example


Text Example

White with #9FC28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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