#9CAF90

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

Shades of Norway #9CAF90

Tints of Norway #9CAF90

Color information

#9CAF90 (or 0x9CAF90) is unknown color: approx Norway. HEX triplet: 9C, AF and 90. RGB value is (156,175,144). Sum of RGB (Red+Green+Blue) = 156+175+144=475 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.84% from 475); Green value is 175 (68.75% from 255 or 36.84% from 475); Blue value is 144 (56.64% from 255 or 30.32% from 475); Max value from RGB is 175 - color contains mainly: green. Hex color #9CAF90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAF90 is #63506F. Grayscale: #A5A5A5. Windows color (decimal): -6508656 or 9482140. OLE color: 9482140.

HSL color Cylindrical-coordinate representation of color #9CAF90: hue angle of 96.77º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9CAF90 is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB156175144-
CMYK0.1100.180.31
HSL96.77º16.23%62.55%-
HSV(B)96.77º17.71%68.63%-
XYZ34.0739.7432.26-
YUV165.78115.71121.02-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 32.84%
GREEN value IS 175 (68.75% from 255) = 36.84%
BLUE value IS 144 (56.64% from 255) = 30.32%
R=32.84%
G=36.84%
B=30.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561751440.1100.180.3196.7716.2362.55
Hex9CAF90B0121F61103f
Octal23425722013022371412077
Binary100111001010111110010000101101001011111110000110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,175,144); }

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

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

 a { background-color: rgb(156,175,144); }

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

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

 span { border-color: rgb(156,175,144); }

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