#9FFC5B

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

Shades of Conifer #9FFC5B

Tints of Conifer #9FFC5B

Color information

#9FFC5B (or 0x9FFC5B) is unknown color: approx Conifer. HEX triplet: 9F, FC and 5B. RGB value is (159,252,91). Sum of RGB (Red+Green+Blue) = 159+252+91=502 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.67% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 91 (35.94% from 255 or 18.13% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #9FFC5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9FFC5B is #6003A4. Grayscale: #CECECE. Windows color (decimal): -6292389 or 6028447. OLE color: 6028447.

HSL color Cylindrical-coordinate representation of color #9FFC5B: hue angle of 94.66º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9FFC5B is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB15925291-
CMYK0.3700.640.01
HSL94.66º96.41%67.25%-
HSV(B)94.66º63.89%98.82%-
XYZ5177.7522.22-
YUV205.8463.1994.59-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 31.67%
GREEN value IS 252 (98.83% from 255) = 50.20%
BLUE value IS 91 (35.94% from 255) = 18.13%
R=31.67%
G=50.20%
B=18.13%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal159252910.3700.640.0194.6696.4167.25
Hex9FFC5B2504015f6043
Octal2373741334501001137140103
Binary10011111111111001011011100101010000001101111111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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