Html Css Color HEX #9FDC5F Conifer

📋 copy color: '#9FDC5F'

red 159 ◦ green 220 ◦ blue 95

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

Shades of Conifer #9FDC5F

Tints of Conifer #9FDC5F

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.41%

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

R = 33.54%
G = 46.41%
B = 20.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#9FDC5F (or 0x9FDC5F) is known color: Conifer. HEX triplet: 9F, DC and 5F. RGB value is (159,220,95). Sum of RGB (Red+Green+Blue) = 159+220+95=474 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.54% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 95 (37.5% from 255 or 20.04% from 474); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC5F is #6023A0. Grayscale: #BBBBBB. Windows color (decimal): -6300577 or 6282399. OLE color: 6282399.

HSL color Cylindrical-coordinate representation of color #9FDC5F: hue angle of 89.28º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9FDC5F is Cyan = 0.28, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB 159 220 95 -
CMYK 0.28 0 0.57 0.14
HSL 89.28º 0.64% 0.62% -
HSV(B) 89.28º 0.57% 0.86% -
XYZ 41.96 59.38 20.08 -
YUV 187.51 75.79 107.66 -
System Red Green Blue C M Y K H S L
Decimal 159 220 95 0.28 0 0.57 0.14 89.28 0.64 0.62
Hex 9F DC 5F 1C 0 39 E 59 40 3E
Octal 237 334 137 34 0 71 16 131 100 76
Binary 10011111 11011100 1011111 11100 0 111001 1110 1011001 1000000 111110

Color Harmonies of #9FDC5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FDC5F

Black with #9FDC5F

Text Example


Text Example

White with #9FDC5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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