Html Css Color HEX #9DC160 Olivine

📋 copy color: '#9DC160'

red 157 ◦ green 193 ◦ blue 96

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

Shades of Olivine #9DC160

Tints of Olivine #9DC160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.52%

R = 35.2%
G = 43.27%
B = 21.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#9DC160 (or 0x9DC160) is known color: Olivine. HEX triplet: 9D, C1 and 60. RGB value is (157,193,96). Sum of RGB (Red+Green+Blue) = 157+193+96=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 96 (37.89% from 255 or 21.52% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC160 is #623E9F. Grayscale: #ABABAB. Windows color (decimal): -6438560 or 6341021. OLE color: 6341021.

HSL color Cylindrical-coordinate representation of color #9DC160: hue angle of 82.27º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9DC160 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 157 193 96 -
CMYK 0.19 0 0.50 0.24
HSL 82.27º 0.44% 0.57% -
HSV(B) 82.27º 0.5% 0.76% -
XYZ 35.09 46.15 18.13 -
YUV 171.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 157 193 96 0.19 0 0.50 0.24 82.27 0.44 0.57
Hex 9D C1 60 13 0 32 18 52 2C 39
Octal 235 301 140 23 0 62 30 122 54 71
Binary 10011101 11000001 1100000 10011 0 110010 11000 1010010 101100 111001

Color Harmonies of #9DC160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC160

Black with #9DC160

Text Example


Text Example

White with #9DC160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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