Html Css Color HEX #9FC465 Olivine

📋 copy color: '#9FC465'

red 159 ◦ green 196 ◦ blue 101

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

Shades of Olivine #9FC465

Tints of Olivine #9FC465

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 22.15%

R = 34.87%
G = 42.98%
B = 22.15%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#9FC465 (or 0x9FC465) is known color: Olivine. HEX triplet: 9F, C4 and 65. RGB value is (159,196,101). Sum of RGB (Red+Green+Blue) = 159+196+101=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 196 (76.95% from 255 or 42.98% from 456); Blue value is 101 (39.84% from 255 or 22.15% from 456); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC465 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC465 is #603B9A. Grayscale: #AEAEAE. Windows color (decimal): -6306715 or 6669471. OLE color: 6669471.

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

Color convert

RGB 159 196 101 -
CMYK 0.19 0 0.48 0.23
HSL 83.37º 0.45% 0.58% -
HSV(B) 83.37º 0.48% 0.77% -
XYZ 36.39 47.79 19.62 -
YUV 174.11 86.74 117.22 -
System Red Green Blue C M Y K H S L
Decimal 159 196 101 0.19 0 0.48 0.23 83.37 0.45 0.58
Hex 9F C4 65 13 0 30 17 53 2D 3A
Octal 237 304 145 23 0 60 27 123 55 72
Binary 10011111 11000100 1100101 10011 0 110000 10111 1010011 101101 111010

Color Harmonies of #9FC465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC465

Black with #9FC465

Text Example


Text Example

White with #9FC465

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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