#9BF564

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

Shades of Conifer #9BF564

Tints of Conifer #9BF564

Color information

#9BF564 (or 0x9BF564) is unknown color: approx Conifer. HEX triplet: 9B, F5 and 64. RGB value is (155,245,100). Sum of RGB (Red+Green+Blue) = 155+245+100=500 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 100 (39.45% from 255 or 20% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #9BF564 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF564 is #640A9B. Grayscale: #CACACA. Windows color (decimal): -6556316 or 6616475. OLE color: 6616475.

HSL color Cylindrical-coordinate representation of color #9BF564: hue angle of 97.24º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9BF564 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.

Color convert

RGB155245100-
CMYK0.3700.590.04
HSL97.24º87.88%67.65%-
HSV(B)97.24º59.18%96.08%-
XYZ48.4773.1923.63-
YUV201.5670.6894.79-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31%
GREEN value IS 245 (96.09% from 255) = 49%
BLUE value IS 100 (39.45% from 255) = 20%
R=31%
G=49%
B=20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1552451000.3700.590.0497.2487.8867.65
Hex9BF5642503B4615844
Octal233365144450734141130104
Binary100110111111010111001001001010111011100110000110110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,245,100); }

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

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

 a { background-color: rgb(155,245,100); }

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

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

 span { border-color: rgb(155,245,100); }

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