#9DC081

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

Shades of Norway #9DC081

Tints of Norway #9DC081

Color information

#9DC081 (or 0x9DC081) is unknown color: approx Norway. HEX triplet: 9D, C0 and 81. RGB value is (157,192,129). Sum of RGB (Red+Green+Blue) = 157+192+129=478 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.85% from 478); Green value is 192 (75.39% from 255 or 40.17% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DC081 is #623F7E. Grayscale: #AEAEAE. Windows color (decimal): -6438783 or 8503453. OLE color: 8503453.

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

Color convert

RGB157192129-
CMYK0.1800.330.25
HSL93.33º33.33%62.94%-
HSV(B)93.33º32.81%75.29%-
XYZ36.7246.4527.8-
YUV174.35102.4115.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.85%
GREEN value IS 192 (75.39% from 255) = 40.17%
BLUE value IS 129 (50.78% from 255) = 26.99%
R=32.85%
G=40.17%
B=26.99%

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
Decimal1571921290.1800.330.2593.3333.3362.94
Hex9DC08112021195d213f
Octal23530020122041311354177
Binary100111011100000010000001100100100001110011011101100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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