#9BFC5F

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

Shades of Conifer #9BFC5F

Tints of Conifer #9BFC5F

Color information

#9BFC5F (or 0x9BFC5F) is unknown color: approx Conifer. HEX triplet: 9B, FC and 5F. RGB value is (155,252,95). Sum of RGB (Red+Green+Blue) = 155+252+95=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 252 (98.83% from 255 or 50.20% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFC5F is #6403A0. Grayscale: #CDCDCD. Windows color (decimal): -6554529 or 6290587. OLE color: 6290587.

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

Color convert

RGB15525295-
CMYK0.3800.620.01
HSL97.07º96.32%68.04%-
HSV(B)97.07º62.3%98.82%-
XYZ50.3977.4223.11-
YUV205.165.8692.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.88%
GREEN value IS 252 (98.83% from 255) = 50.20%
BLUE value IS 95 (37.5% from 255) = 18.92%
R=30.88%
G=50.20%
B=18.92%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal155252950.3800.620.0197.0796.3268.04
Hex9BFC5F2603E1616044
Octal233374137460761141140104
Binary1001101111111100101111110011001111101110000111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,252,95); }

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

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

 a { background-color: rgb(155,252,95); }

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

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

 span { border-color: rgb(155,252,95); }

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