#9FE95D

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

Shades of Conifer #9FE95D

Tints of Conifer #9FE95D

Color information

#9FE95D (or 0x9FE95D) is unknown color: approx Conifer. HEX triplet: 9F, E9 and 5D. RGB value is (159,233,93). Sum of RGB (Red+Green+Blue) = 159+233+93=485 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.78% from 485); Green value is 233 (91.41% from 255 or 48.04% from 485); Blue value is 93 (36.72% from 255 or 19.18% from 485); Max value from RGB is 233 - color contains mainly: green. Hex color #9FE95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FE95D is #6016A2. Grayscale: #C3C3C3. Windows color (decimal): -6297251 or 6154655. OLE color: 6154655.

HSL color Cylindrical-coordinate representation of color #9FE95D: hue angle of 91.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9FE95D is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB15923393-
CMYK0.3200.600.09
HSL91.71º76.09%63.92%-
HSV(B)91.71º60.09%91.37%-
XYZ45.4166.4420.79-
YUV194.9170.48102.38-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.78%
GREEN value IS 233 (91.41% from 255) = 48.04%
BLUE value IS 93 (36.72% from 255) = 19.18%
R=32.78%
G=48.04%
B=19.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal159233930.3200.600.0991.7176.0963.92
Hex9FE95D2003C95c4c40
Octal2373511354007411134114100
Binary1001111111101001101110110000001111001001101110010011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FE95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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