#9BFF5F

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

Shades of Conifer #9BFF5F

Tints of Conifer #9BFF5F

Color information

#9BFF5F (or 0x9BFF5F) is unknown color: approx Conifer. HEX triplet: 9B, FF and 5F. RGB value is (155,255,95). Sum of RGB (Red+Green+Blue) = 155+255+95=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 95 (37.5% from 255 or 18.81% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF5F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF5F is #6400A0. Grayscale: #CFCFCF. Windows color (decimal): -6553761 or 6291355. OLE color: 6291355.

HSL color Cylindrical-coordinate representation of color #9BFF5F: hue angle of 97.5º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BFF5F is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.

Color convert

RGB15525595-
CMYK0.3900.630
HSL97.5º100%68.63%-
HSV(B)97.5º62.75%100%-
XYZ51.3479.3123.43-
YUV206.8664.8791.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 255 (100% from 255) = 50.50%
BLUE value IS 95 (37.5% from 255) = 18.81%
R=30.69%
G=50.50%
B=18.81%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal155255950.3900.63097.510068.63
Hex9BFF5F2703F0626445
Octal233377137470770142144105
Binary1001101111111111101111110011101111110110001011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFF5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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