#9BF156

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

Shades of Conifer #9BF156

Tints of Conifer #9BF156

Color information

#9BF156 (or 0x9BF156) is unknown color: approx Conifer. HEX triplet: 9B, F1 and 56. RGB value is (155,241,86). Sum of RGB (Red+Green+Blue) = 155+241+86=482 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.16% from 482); Green value is 241 (94.53% from 255 or 50% from 482); Blue value is 86 (33.98% from 255 or 17.84% from 482); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF156 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF156 is #640EA9. Grayscale: #C6C6C6. Windows color (decimal): -6557354 or 5697947. OLE color: 5697947.

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

Color convert

RGB15524186-
CMYK0.3600.640.05
HSL93.29º84.7%64.12%-
HSV(B)93.29º64.32%94.51%-
XYZ46.6570.5519.96-
YUV197.6265.0197.6-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.16%
GREEN value IS 241 (94.53% from 255) = 50%
BLUE value IS 86 (33.98% from 255) = 17.84%
R=32.16%
G=50%
B=17.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155241860.3600.640.0593.2984.764.12
Hex9BF1562404055d5540
Octal2333611264401005135125100
Binary1001101111110001101011010010001000000101101110110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,241,86); }

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

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

 a { background-color: rgb(155,241,86); }

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

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

 span { border-color: rgb(155,241,86); }

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