Html Css Color HEX #9DC16B Olivine

📋 copy color: '#9DC16B'

red 157 ◦ green 193 ◦ blue 107

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

Shades of Olivine #9DC16B

Tints of Olivine #9DC16B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.41%

R = 34.35%
G = 42.23%
B = 23.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#9DC16B (or 0x9DC16B) is known color: Olivine. HEX triplet: 9D, C1 and 6B. RGB value is (157,193,107). Sum of RGB (Red+Green+Blue) = 157+193+107=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 193 (75.78% from 255 or 42.23% from 457); Blue value is 107 (42.19% from 255 or 23.41% from 457); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC16B is #623E94. Grayscale: #ACACAC. Windows color (decimal): -6438549 or 7061917. OLE color: 7061917.

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

Color convert

RGB 157 193 107 -
CMYK 0.19 0 0.45 0.24
HSL 85.12º 0.41% 0.59% -
HSV(B) 85.12º 0.45% 0.76% -
XYZ 35.63 46.37 20.98 -
YUV 172.43 91.07 116.99 -
System Red Green Blue C M Y K H S L
Decimal 157 193 107 0.19 0 0.45 0.24 85.12 0.41 0.59
Hex 9D C1 6B 13 0 2D 18 55 29 3B
Octal 235 301 153 23 0 55 30 125 51 73
Binary 10011101 11000001 1101011 10011 0 101101 11000 1010101 101001 111011

Color Harmonies of #9DC16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC16B

Black with #9DC16B

Text Example


Text Example

White with #9DC16B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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