#9FDC62

Color #9FDC62 Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9FDC62

Tints of Conifer #9FDC62

Color information

#9FDC62 (or 0x9FDC62) is unknown color: approx Conifer. HEX triplet: 9F, DC and 62. RGB value is (159,220,98). Sum of RGB (Red+Green+Blue) = 159+220+98=477 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.33% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 98 (38.67% from 255 or 20.55% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #9FDC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDC62 is #60239D. Grayscale: #BCBCBC. Windows color (decimal): -6300574 or 6479007. OLE color: 6479007.

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

Color convert

RGB15922098-
CMYK0.2800.550.14
HSL90º63.54%62.35%-
HSV(B)90º55.45%86.27%-
XYZ42.159.4420.81-
YUV187.8577.29107.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 46.12%
BLUE value IS 98 (38.67% from 255) = 20.55%
R=33.33%
G=46.12%
B=20.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal159220980.2800.550.149063.5462.35
Hex9FDC621C037E5a403e
Octal237334142340671613210076
Binary10011111110111001100010111000110111111010110101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDC62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9FDC62;
 }
 .AnyTagClassName
 {
   color: #9FDC62;
 }
</style>
background-color css

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

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

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

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

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

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