#9BF359

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

Shades of Conifer #9BF359

Tints of Conifer #9BF359

Color information

#9BF359 (or 0x9BF359) is unknown color: approx Conifer. HEX triplet: 9B, F3 and 59. RGB value is (155,243,89). Sum of RGB (Red+Green+Blue) = 155+243+89=487 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.83% from 487); Green value is 243 (95.31% from 255 or 49.90% from 487); Blue value is 89 (35.16% from 255 or 18.28% from 487); Max value from RGB is 243 - color contains mainly: green. Hex color #9BF359 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF359 is #640CA6. Grayscale: #C7C7C7. Windows color (decimal): -6556839 or 5895067. OLE color: 5895067.

HSL color Cylindrical-coordinate representation of color #9BF359: hue angle of 94.29º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BF359 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB15524389-
CMYK0.3600.630.05
HSL94.29º86.52%65.1%-
HSV(B)94.29º63.37%95.29%-
XYZ47.3771.7920.81-
YUV199.1365.8596.52-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.83%
GREEN value IS 243 (95.31% from 255) = 49.90%
BLUE value IS 89 (35.16% from 255) = 18.28%
R=31.83%
G=49.90%
B=18.28%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155243890.3600.630.0594.2986.5265.1
Hex9BF3592403F55e5741
Octal233363131440775136127101
Binary100110111111001110110011001000111111101101111010101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,243,89); }

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

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

 a { background-color: rgb(155,243,89); }

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

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

 span { border-color: rgb(155,243,89); }

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