Html Css Color HEX #9FC16F Olivine

📋 copy color: '#9FC16F'

red 159 ◦ green 193 ◦ blue 111

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

Shades of Olivine #9FC16F

Tints of Olivine #9FC16F

RGB

 RED value IS 159 (62.5% from 255) = 34.34%

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

 BLUE value IS 111 (43.75% from 255) = 23.97%

R = 34.34%
G = 41.68%
B = 23.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#9FC16F (or 0x9FC16F) is known color: Olivine. HEX triplet: 9F, C1 and 6F. RGB value is (159,193,111). Sum of RGB (Red+Green+Blue) = 159+193+111=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 193 (75.78% from 255 or 41.68% from 463); Blue value is 111 (43.75% from 255 or 23.97% from 463); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC16F is #603E90. Grayscale: #ADADAD. Windows color (decimal): -6307473 or 7324063. OLE color: 7324063.

HSL color Cylindrical-coordinate representation of color #9FC16F: hue angle of 84.88º 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 #9FC16F is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 193 111 -
CMYK 0.18 0 0.42 0.24
HSL 84.88º 0.4% 0.6% -
HSV(B) 84.88º 0.42% 0.76% -
XYZ 36.24 46.66 22.14 -
YUV 173.49 92.74 117.67 -
System Red Green Blue C M Y K H S L
Decimal 159 193 111 0.18 0 0.42 0.24 84.88 0.4 0.6
Hex 9F C1 6F 12 0 2A 18 55 28 3C
Octal 237 301 157 22 0 52 30 125 50 74
Binary 10011111 11000001 1101111 10010 0 101010 11000 1010101 101000 111100

Color Harmonies of #9FC16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC16F

Black with #9FC16F

Text Example


Text Example

White with #9FC16F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,193,111); }

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

background-color css

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

 a { background-color: rgb(159,193,111); }

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

border-color css

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

 span { border-color: rgb(159,193,111); }

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