#9fdd5d

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

Shades of Conifer #9FDD5D

Tints of Conifer #9FDD5D

Color information

#9FDD5D (or 0x9FDD5D) is unknown color: approx Conifer. HEX triplet: 9F, DD and 5D. RGB value is (159,221,93). Sum of RGB (Red+Green+Blue) = 159+221+93=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 221 (86.72% from 255 or 46.72% from 473); Blue value is 93 (36.72% from 255 or 19.66% from 473); Max value from RGB is 221 - color contains mainly: green. Hex color #9FDD5D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDD5D is #6022A2. Grayscale: #BCBCBC. Windows color (decimal): -6300323 or 6151583. OLE color: 6151583.

HSL color Cylindrical-coordinate representation of color #9FDD5D: hue angle of 89.06º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9FDD5D is Cyan = 0.28, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB15922193-
CMYK0.2800.580.13
HSL89.06º65.31%61.57%-
HSV(B)89.06º57.92%86.67%-
XYZ42.1359.8719.69-
YUV187.8774.46107.41-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.62%
GREEN value IS 221 (86.72% from 255) = 46.72%
BLUE value IS 93 (36.72% from 255) = 19.66%
R=33.62%
G=46.72%
B=19.66%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal159221930.2800.580.1389.0665.3161.57
Hex9FDD5D1C03AD59413e
Octal237335135340721513110176
Binary10011111110111011011101111000111010110110110011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fdd5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,221,93); }

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

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

 a { background-color: rgb(159,221,93); }

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

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

 span { border-color: rgb(159,221,93); }

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