Html Css Color HEX #9CAD90 Norway

📋 copy color: '#9CAD90'

red 156 ◦ green 173 ◦ blue 144

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

Shades of Norway #9CAD90

Tints of Norway #9CAD90

RGB

 RED value IS 156 (61.33% from 255) = 32.98%

 GREEN value IS 173 (67.97% from 255) = 36.58%

 BLUE value IS 144 (56.64% from 255) = 30.44%

R = 32.98%
G = 36.58%
B = 30.44%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#9CAD90 (or 0x9CAD90) is known color: Norway. HEX triplet: 9C, AD and 90. RGB value is (156,173,144). Sum of RGB (Red+Green+Blue) = 156+173+144=473 (62% of max value = 765). Red value is 156 (61.33% from 255 or 32.98% from 473); Green value is 173 (67.97% from 255 or 36.58% from 473); Blue value is 144 (56.64% from 255 or 30.44% from 473); Max value from RGB is 173 - color contains mainly: green. Hex color #9CAD90 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9CAD90 is #63526F. Grayscale: #A4A4A4. Windows color (decimal): -6509168 or 9481628. OLE color: 9481628.

HSL color Cylindrical-coordinate representation of color #9CAD90: hue angle of 95.17º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9CAD90 is Cyan = 0.10, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 156 173 144 -
CMYK 0.10 0 0.17 0.32
HSL 95.17º 0.15% 0.62% -
HSV(B) 95.17º 0.17% 0.68% -
XYZ 33.69 38.97 32.13 -
YUV 164.61 116.37 121.86 -
System Red Green Blue C M Y K H S L
Decimal 156 173 144 0.10 0 0.17 0.32 95.17 0.15 0.62
Hex 9C AD 90 A 0 11 20 5F F 3E
Octal 234 255 220 12 0 21 40 137 17 76
Binary 10011100 10101101 10010000 1010 0 10001 100000 1011111 1111 111110

Color Harmonies of #9CAD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CAD90

Black with #9CAD90

Text Example


Text Example

White with #9CAD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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