Html Css Color HEX #9FC364 Olivine

📋 copy color: '#9FC364'

red 159 ◦ green 195 ◦ blue 100

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

Shades of Olivine #9FC364

Tints of Olivine #9FC364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 42.95%

 BLUE value IS 100 (39.45% from 255) = 22.03%

R = 35.02%
G = 42.95%
B = 22.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.49

 K value IS 0.24

RGB Variations

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

Color information

#9FC364 (or 0x9FC364) is known color: Olivine. HEX triplet: 9F, C3 and 64. RGB value is (159,195,100). Sum of RGB (Red+Green+Blue) = 159+195+100=454 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.02% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 100 (39.45% from 255 or 22.03% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC364 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC364 is #603C9B. Grayscale: #ADADAD. Windows color (decimal): -6306972 or 6603679. OLE color: 6603679.

HSL color Cylindrical-coordinate representation of color #9FC364: hue angle of 82.74º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FC364 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.

Color convert

RGB 159 195 100 -
CMYK 0.18 0 0.49 0.24
HSL 82.74º 0.44% 0.58% -
HSV(B) 82.74º 0.49% 0.76% -
XYZ 36.11 47.32 19.29 -
YUV 173.41 86.57 117.72 -
System Red Green Blue C M Y K H S L
Decimal 159 195 100 0.18 0 0.49 0.24 82.74 0.44 0.58
Hex 9F C3 64 12 0 31 18 53 2C 3A
Octal 237 303 144 22 0 61 30 123 54 72
Binary 10011111 11000011 1100100 10010 0 110001 11000 1010011 101100 111010

Color Harmonies of #9FC364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC364

Black with #9FC364

Text Example


Text Example

White with #9FC364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,195,100); }

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

background-color css

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

 a { background-color: rgb(159,195,100); }

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

border-color css

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

 span { border-color: rgb(159,195,100); }

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