#9EC081

Color #9EC081 Norway (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Norway #9EC081

Tints of Norway #9EC081

Color information

#9EC081 (or 0x9EC081) is unknown color: approx Norway. HEX triplet: 9E, C0 and 81. RGB value is (158,192,129). Sum of RGB (Red+Green+Blue) = 158+192+129=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 192 (75.39% from 255 or 40.08% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC081 is #613F7E. Grayscale: #AEAEAE. Windows color (decimal): -6373247 or 8503454. OLE color: 8503454.

HSL color Cylindrical-coordinate representation of color #9EC081: hue angle of 92.38º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EC081 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB158192129-
CMYK0.1800.330.25
HSL92.38º33.33%62.94%-
HSV(B)92.38º32.81%75.29%-
XYZ36.9146.5527.81-
YUV174.65102.24116.12-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 192 (75.39% from 255) = 40.08%
BLUE value IS 129 (50.78% from 255) = 26.93%
R=32.99%
G=40.08%
B=26.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581921290.1800.330.2592.3833.3362.94
Hex9EC08112021195c213f
Octal23630020122041311344177
Binary100111101100000010000001100100100001110011011100100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,192,129); }

 H1.HeaderClassName
 {
   color: #9EC081;
 }
 .AnyTagClassName
 {
   color: #9EC081;
 }
</style>
background-color css

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

 a { background-color: rgb(158,192,129); }

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

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

 span { border-color: rgb(158,192,129); }

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