Html Css Color HEX #9DC170 Olivine

📋 copy color: '#9DC170'

red 157 ◦ green 193 ◦ blue 112

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

Shades of Olivine #9DC170

Tints of Olivine #9DC170

RGB

 RED value IS 157 (61.72% from 255) = 33.98%

 GREEN value IS 193 (75.78% from 255) = 41.77%

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 33.98%
G = 41.77%
B = 24.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#9DC170 (or 0x9DC170) is known color: Olivine. HEX triplet: 9D, C1 and 70. RGB value is (157,193,112). Sum of RGB (Red+Green+Blue) = 157+193+112=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 193 (75.78% from 255 or 41.77% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC170 is #623E8F. Grayscale: #ADADAD. Windows color (decimal): -6438544 or 7389597. OLE color: 7389597.

HSL color Cylindrical-coordinate representation of color #9DC170: hue angle of 86.67º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9DC170 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 193 112 -
CMYK 0.19 0 0.42 0.24
HSL 86.67º 0.4% 0.6% -
HSV(B) 86.67º 0.42% 0.76% -
XYZ 35.9 46.48 22.41 -
YUV 173 93.57 116.59 -
System Red Green Blue C M Y K H S L
Decimal 157 193 112 0.19 0 0.42 0.24 86.67 0.4 0.6
Hex 9D C1 70 13 0 2A 18 57 28 3C
Octal 235 301 160 23 0 52 30 127 50 74
Binary 10011101 11000001 1110000 10011 0 101010 11000 1010111 101000 111100

Color Harmonies of #9DC170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC170

Black with #9DC170

Text Example


Text Example

White with #9DC170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,193,112); }

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

background-color css

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

 a { background-color: rgb(157,193,112); }

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

border-color css

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

 span { border-color: rgb(157,193,112); }

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