Html Css Color HEX #9FC05F Olivine

📋 copy color: '#9FC05F'

red 159 ◦ green 192 ◦ blue 95

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

Shades of Olivine #9FC05F

Tints of Olivine #9FC05F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 21.3%

R = 35.65%
G = 43.05%
B = 21.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#9FC05F (or 0x9FC05F) is known color: Olivine. HEX triplet: 9F, C0 and 5F. RGB value is (159,192,95). Sum of RGB (Red+Green+Blue) = 159+192+95=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 95 (37.5% from 255 or 21.30% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC05F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC05F is #603FA0. Grayscale: #ABABAB. Windows color (decimal): -6307745 or 6275231. OLE color: 6275231.

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

Color convert

RGB 159 192 95 -
CMYK 0.17 0 0.51 0.25
HSL 80.41º 0.43% 0.56% -
HSV(B) 80.41º 0.51% 0.75% -
XYZ 35.21 45.9 17.83 -
YUV 171.08 85.07 119.39 -
System Red Green Blue C M Y K H S L
Decimal 159 192 95 0.17 0 0.51 0.25 80.41 0.43 0.56
Hex 9F C0 5F 11 0 33 19 50 2B 38
Octal 237 300 137 21 0 63 31 120 53 70
Binary 10011111 11000000 1011111 10001 0 110011 11001 1010000 101011 111000

Color Harmonies of #9FC05F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC05F

Black with #9FC05F

Text Example


Text Example

White with #9FC05F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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