#9FEF5B

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

Shades of Conifer #9FEF5B

Tints of Conifer #9FEF5B

Color information

#9FEF5B (or 0x9FEF5B) is unknown color: approx Conifer. HEX triplet: 9F, EF and 5B. RGB value is (159,239,91). Sum of RGB (Red+Green+Blue) = 159+239+91=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 239 (93.75% from 255 or 48.88% from 489); Blue value is 91 (35.94% from 255 or 18.61% from 489); Max value from RGB is 239 - color contains mainly: green. Hex color #9FEF5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FEF5B is #6010A4. Grayscale: #C6C6C6. Windows color (decimal): -6295717 or 6025119. OLE color: 6025119.

HSL color Cylindrical-coordinate representation of color #9FEF5B: hue angle of 92.43º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9FEF5B is Cyan = 0.33, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB15923991-
CMYK0.3300.620.06
HSL92.43º82.22%64.71%-
HSV(B)92.43º61.92%93.73%-
XYZ47.0569.8620.9-
YUV198.2167.5100.03-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 32.52%
GREEN value IS 239 (93.75% from 255) = 48.88%
BLUE value IS 91 (35.94% from 255) = 18.61%
R=32.52%
G=48.88%
B=18.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal159239910.3300.620.0692.4382.2264.71
Hex9FEF5B2103E65c5241
Octal237357133410766134122101
Binary100111111110111110110111000010111110110101110010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FEF5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,239,91); }

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

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

 a { background-color: rgb(159,239,91); }

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

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

 span { border-color: rgb(159,239,91); }

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