#9FEE5A

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

Shades of Conifer #9FEE5A

Tints of Conifer #9FEE5A

Color information

#9FEE5A (or 0x9FEE5A) is unknown color: approx Conifer. HEX triplet: 9F, EE and 5A. RGB value is (159,238,90). Sum of RGB (Red+Green+Blue) = 159+238+90=487 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.65% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 90 (35.55% from 255 or 18.48% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #9FEE5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEE5A is #6011A5. Grayscale: #C6C6C6. Windows color (decimal): -6295974 or 5959327. OLE color: 5959327.

HSL color Cylindrical-coordinate representation of color #9FEE5A: hue angle of 92.03º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FEE5A is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.07.

Color convert

RGB15923890-
CMYK0.3300.620.07
HSL92.03º81.32%64.31%-
HSV(B)92.03º62.18%93.33%-
XYZ46.7269.2620.58-
YUV197.5167.33100.53-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.65%
GREEN value IS 238 (93.36% from 255) = 48.87%
BLUE value IS 90 (35.55% from 255) = 18.48%
R=32.65%
G=48.87%
B=18.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal159238900.3300.620.0792.0381.3264.31
Hex9FEE5A2103E75c5140
Octal237356132410767134121100
Binary100111111110111010110101000010111110111101110010100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEE5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,238,90); }

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

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

 a { background-color: rgb(159,238,90); }

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

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

 span { border-color: rgb(159,238,90); }

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