#9bf158

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

Shades of Conifer #9BF158

Tints of Conifer #9BF158

Color information

#9BF158 (or 0x9BF158) is unknown color: approx Conifer. HEX triplet: 9B, F1 and 58. RGB value is (155,241,88). Sum of RGB (Red+Green+Blue) = 155+241+88=484 (64% of max value = 765). Red value is 155 (60.94% from 255 or 32.02% from 484); Green value is 241 (94.53% from 255 or 49.79% from 484); Blue value is 88 (34.77% from 255 or 18.18% from 484); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF158 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF158 is #640EA7. Grayscale: #C6C6C6. Windows color (decimal): -6557352 or 5829019. OLE color: 5829019.

HSL color Cylindrical-coordinate representation of color #9BF158: hue angle of 93.73º degrees, saturation: 0.85, 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 #9BF158 is Cyan = 0.36, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.05.

Color convert

RGB15524188-
CMYK0.3600.630.05
HSL93.73º84.53%64.51%-
HSV(B)93.73º63.49%94.51%-
XYZ46.7370.5820.39-
YUV197.8466.0197.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.02%
GREEN value IS 241 (94.53% from 255) = 49.79%
BLUE value IS 88 (34.77% from 255) = 18.18%
R=32.02%
G=49.79%
B=18.18%

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
Decimal155241880.3600.630.0593.7384.5364.51
Hex9BF1582403F55e5541
Octal233361130440775136125101
Binary100110111111000110110001001000111111101101111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bf158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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