#9BFF59

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

Shades of Conifer #9BFF59

Tints of Conifer #9BFF59

Color information

#9BFF59 (or 0x9BFF59) is unknown color: approx Conifer. HEX triplet: 9B, FF and 59. RGB value is (155,255,89). Sum of RGB (Red+Green+Blue) = 155+255+89=499 (66% of max value = 765). Red value is 155 (60.94% from 255 or 31.06% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 89 (35.16% from 255 or 17.84% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFF59 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFF59 is #6400A6. Grayscale: #CECECE. Windows color (decimal): -6553767 or 5898139. OLE color: 5898139.

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

Color convert

RGB15525589-
CMYK0.3900.650
HSL96.14º100%67.45%-
HSV(B)96.14º65.1%100%-
XYZ51.0879.2122.05-
YUV206.1861.8791.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.06%
GREEN value IS 255 (100% from 255) = 51.10%
BLUE value IS 89 (35.16% from 255) = 17.84%
R=31.06%
G=51.10%
B=17.84%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal155255890.3900.65096.1410067.45
Hex9BFF59270410606443
Octal2333771314701010140144103
Binary10011011111111111011001100111010000010110000011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFF59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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