#9BF15E

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

Shades of Conifer #9BF15E

Tints of Conifer #9BF15E

Color information

#9BF15E (or 0x9BF15E) is unknown color: approx Conifer. HEX triplet: 9B, F1 and 5E. RGB value is (155,241,94). Sum of RGB (Red+Green+Blue) = 155+241+94=490 (64% of max value = 765). Red value is 155 (60.94% from 255 or 31.63% from 490); Green value is 241 (94.53% from 255 or 49.18% from 490); Blue value is 94 (37.11% from 255 or 19.18% from 490); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF15E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF15E is #640EA1. Grayscale: #C7C7C7. Windows color (decimal): -6557346 or 6222235. OLE color: 6222235.

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

Color convert

RGB15524194-
CMYK0.3600.610.05
HSL95.1º84%65.69%-
HSV(B)95.1º61%94.51%-
XYZ46.9970.6921.76-
YUV198.5369.0196.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.63%
GREEN value IS 241 (94.53% from 255) = 49.18%
BLUE value IS 94 (37.11% from 255) = 19.18%
R=31.63%
G=49.18%
B=19.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal155241940.3600.610.0595.18465.69
Hex9BF15E2403D55f5442
Octal233361136440755137124102
Binary100110111111000110111101001000111101101101111110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF15E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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