Html Css Color HEX #9FC260 Olivine

📋 copy color: '#9FC260'

red 159 ◦ green 194 ◦ blue 96

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

Shades of Olivine #9FC260

Tints of Olivine #9FC260

RGB

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

 GREEN value IS 194 (76.17% from 255) = 43.21%

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

R = 35.41%
G = 43.21%
B = 21.38%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#9FC260 (or 0x9FC260) is known color: Olivine. HEX triplet: 9F, C2 and 60. RGB value is (159,194,96). Sum of RGB (Red+Green+Blue) = 159+194+96=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 194 (76.17% from 255 or 43.21% from 449); Blue value is 96 (37.89% from 255 or 21.38% from 449); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC260 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC260 is #603D9F. Grayscale: #ACACAC. Windows color (decimal): -6307232 or 6341279. OLE color: 6341279.

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

Color convert

RGB 159 194 96 -
CMYK 0.18 0 0.51 0.24
HSL 81.43º 0.45% 0.57% -
HSV(B) 81.43º 0.51% 0.76% -
XYZ 35.7 46.8 18.22 -
YUV 172.36 84.9 118.47 -
System Red Green Blue C M Y K H S L
Decimal 159 194 96 0.18 0 0.51 0.24 81.43 0.45 0.57
Hex 9F C2 60 12 0 33 18 51 2D 39
Octal 237 302 140 22 0 63 30 121 55 71
Binary 10011111 11000010 1100000 10010 0 110011 11000 1010001 101101 111001

Color Harmonies of #9FC260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC260

Black with #9FC260

Text Example


Text Example

White with #9FC260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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