Html Css Color HEX #9FC05B Olivine

📋 copy color: '#9FC05B'

red 159 ◦ green 192 ◦ blue 91

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

Shades of Olivine #9FC05B

Tints of Olivine #9FC05B

RGB

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

 GREEN value IS 192 (75.39% from 255) = 43.44%

 BLUE value IS 91 (35.94% from 255) = 20.59%

R = 35.97%
G = 43.44%
B = 20.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#9FC05B (or 0x9FC05B) is known color: Olivine. HEX triplet: 9F, C0 and 5B. RGB value is (159,192,91). Sum of RGB (Red+Green+Blue) = 159+192+91=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 192 (75.39% from 255 or 43.44% from 442); Blue value is 91 (35.94% from 255 or 20.59% from 442); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC05B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC05B is #603FA4. Grayscale: #AAAAAA. Windows color (decimal): -6307749 or 6013087. OLE color: 6013087.

HSL color Cylindrical-coordinate representation of color #9FC05B: hue angle of 79.6º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FC05B is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 159 192 91 -
CMYK 0.17 0 0.53 0.25
HSL 79.6º 0.44% 0.55% -
HSV(B) 79.6º 0.53% 0.75% -
XYZ 35.04 45.83 16.9 -
YUV 170.62 83.07 119.71 -
System Red Green Blue C M Y K H S L
Decimal 159 192 91 0.17 0 0.53 0.25 79.6 0.44 0.55
Hex 9F C0 5B 11 0 35 19 50 2C 37
Octal 237 300 133 21 0 65 31 120 54 67
Binary 10011111 11000000 1011011 10001 0 110101 11001 1010000 101100 110111

Color Harmonies of #9FC05B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC05B

Black with #9FC05B

Text Example


Text Example

White with #9FC05B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,192,91); }

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

background-color css

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

 a { background-color: rgb(159,192,91); }

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

border-color css

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

 span { border-color: rgb(159,192,91); }

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