Html Css Color HEX #9FC278 Olivine

📋 copy color: '#9FC278'

red 159 ◦ green 194 ◦ blue 120

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

Shades of Olivine #9FC278

Tints of Olivine #9FC278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.37%

R = 33.62%
G = 41.01%
B = 25.37%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#9FC278 (or 0x9FC278) is known color: Olivine. HEX triplet: 9F, C2 and 78. RGB value is (159,194,120). Sum of RGB (Red+Green+Blue) = 159+194+120=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC278 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC278 is #603D87. Grayscale: #AFAFAF. Windows color (decimal): -6307208 or 7914143. OLE color: 7914143.

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

Color convert

RGB 159 194 120 -
CMYK 0.18 0 0.38 0.24
HSL 88.38º 0.38% 0.62% -
HSV(B) 88.38º 0.38% 0.76% -
XYZ 36.98 47.31 24.95 -
YUV 175.1 96.9 116.52 -
System Red Green Blue C M Y K H S L
Decimal 159 194 120 0.18 0 0.38 0.24 88.38 0.38 0.62
Hex 9F C2 78 12 0 26 18 58 26 3E
Octal 237 302 170 22 0 46 30 130 46 76
Binary 10011111 11000010 1111000 10010 0 100110 11000 1011000 100110 111110

Color Harmonies of #9FC278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC278

Black with #9FC278

Text Example


Text Example

White with #9FC278

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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