Html Css Color HEX #9FC476 Olivine

📋 copy color: '#9FC476'

red 159 ◦ green 196 ◦ blue 118

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

Shades of Olivine #9FC476

Tints of Olivine #9FC476

RGB

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

 GREEN value IS 196 (76.95% from 255) = 41.44%

 BLUE value IS 118 (46.48% from 255) = 24.95%

R = 33.62%
G = 41.44%
B = 24.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.40

 K value IS 0.23

RGB Variations

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

Color information

#9FC476 (or 0x9FC476) is known color: Olivine. HEX triplet: 9F, C4 and 76. RGB value is (159,196,118). Sum of RGB (Red+Green+Blue) = 159+196+118=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC476 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC476 is #603B89. Grayscale: #B0B0B0. Windows color (decimal): -6306698 or 7783583. OLE color: 7783583.

HSL color Cylindrical-coordinate representation of color #9FC476: hue angle of 88.46º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9FC476 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.

Color convert

RGB 159 196 118 -
CMYK 0.19 0 0.40 0.23
HSL 88.46º 0.4% 0.62% -
HSV(B) 88.46º 0.4% 0.77% -
XYZ 37.31 48.16 24.47 -
YUV 176.05 95.24 115.84 -
System Red Green Blue C M Y K H S L
Decimal 159 196 118 0.19 0 0.40 0.23 88.46 0.4 0.62
Hex 9F C4 76 13 0 28 17 58 28 3E
Octal 237 304 166 23 0 50 27 130 50 76
Binary 10011111 11000100 1110110 10011 0 101000 10111 1011000 101000 111110

Color Harmonies of #9FC476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC476

Black with #9FC476

Text Example


Text Example

White with #9FC476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,196,118); }

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

background-color css

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

 a { background-color: rgb(159,196,118); }

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

border-color css

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

 span { border-color: rgb(159,196,118); }

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