Html Css Color HEX #9FC362 Olivine

📋 copy color: '#9FC362'

red 159 ◦ green 195 ◦ blue 98

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

Shades of Olivine #9FC362

Tints of Olivine #9FC362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.68%

R = 35.18%
G = 43.14%
B = 21.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#9FC362 (or 0x9FC362) is known color: Olivine. HEX triplet: 9F, C3 and 62. RGB value is (159,195,98). Sum of RGB (Red+Green+Blue) = 159+195+98=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 98 (38.67% from 255 or 21.68% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC362 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC362 is #603C9D. Grayscale: #ADADAD. Windows color (decimal): -6306974 or 6472607. OLE color: 6472607.

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

Color convert

RGB 159 195 98 -
CMYK 0.18 0 0.50 0.24
HSL 82.27º 0.45% 0.57% -
HSV(B) 82.27º 0.5% 0.76% -
XYZ 36.02 47.28 18.78 -
YUV 173.18 85.57 117.89 -
System Red Green Blue C M Y K H S L
Decimal 159 195 98 0.18 0 0.50 0.24 82.27 0.45 0.57
Hex 9F C3 62 12 0 32 18 52 2D 39
Octal 237 303 142 22 0 62 30 122 55 71
Binary 10011111 11000011 1100010 10010 0 110010 11000 1010010 101101 111001

Color Harmonies of #9FC362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC362

Black with #9FC362

Text Example


Text Example

White with #9FC362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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