Html Css Color HEX #9FC460 Olivine

📋 copy color: '#9FC460'

red 159 ◦ green 196 ◦ blue 96

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

Shades of Olivine #9FC460

Tints of Olivine #9FC460

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 21.29%

R = 35.25%
G = 43.46%
B = 21.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#9FC460 (or 0x9FC460) is known color: Olivine. HEX triplet: 9F, C4 and 60. RGB value is (159,196,96). Sum of RGB (Red+Green+Blue) = 159+196+96=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC460 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC460 is #603B9F. Grayscale: #ADADAD. Windows color (decimal): -6306720 or 6341791. OLE color: 6341791.

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

Color convert

RGB 159 196 96 -
CMYK 0.19 0 0.51 0.23
HSL 82.2º 0.46% 0.57% -
HSV(B) 82.2º 0.51% 0.77% -
XYZ 36.15 47.7 18.37 -
YUV 173.54 84.24 117.63 -
System Red Green Blue C M Y K H S L
Decimal 159 196 96 0.19 0 0.51 0.23 82.2 0.46 0.57
Hex 9F C4 60 13 0 33 17 52 2E 39
Octal 237 304 140 23 0 63 27 122 56 71
Binary 10011111 11000100 1100000 10011 0 110011 10111 1010010 101110 111001

Color Harmonies of #9FC460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC460

Black with #9FC460

Text Example


Text Example

White with #9FC460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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