#9BF151

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

Shades of Conifer #9BF151

Tints of Conifer #9BF151

Color information

#9BF151 (or 0x9BF151) is unknown color: approx Conifer. HEX triplet: 9B, F1 and 51. RGB value is (155,241,81). Sum of RGB (Red+Green+Blue) = 155+241+81=477 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.49% from 477); Green value is 241 (94.53% from 255 or 50.52% from 477); Blue value is 81 (32.03% from 255 or 16.98% from 477); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF151 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF151 is #640EAE. Grayscale: #C5C5C5. Windows color (decimal): -6557359 or 5370267. OLE color: 5370267.

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

Color convert

RGB15524181-
CMYK0.3600.660.05
HSL92.25º85.11%63.14%-
HSV(B)92.25º66.39%94.51%-
XYZ46.4670.4718.94-
YUV197.0562.5198.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.49%
GREEN value IS 241 (94.53% from 255) = 50.52%
BLUE value IS 81 (32.03% from 255) = 16.98%
R=32.49%
G=50.52%
B=16.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155241810.3600.660.0592.2585.1163.14
Hex9BF1512404255c553f
Octal233361121440102513412577
Binary100110111111000110100011001000100001010110111001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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