#9BF75E

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

Shades of Conifer #9BF75E

Tints of Conifer #9BF75E

Color information

#9BF75E (or 0x9BF75E) is unknown color: approx Conifer. HEX triplet: 9B, F7 and 5E. RGB value is (155,247,94). Sum of RGB (Red+Green+Blue) = 155+247+94=496 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.25% from 496); Green value is 247 (96.88% from 255 or 49.80% from 496); Blue value is 94 (37.11% from 255 or 18.95% from 496); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF75E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF75E is #6408A1. Grayscale: #CACACA. Windows color (decimal): -6555810 or 6223771. OLE color: 6223771.

HSL color Cylindrical-coordinate representation of color #9BF75E: hue angle of 96.08º degrees, saturation: 0.91, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BF75E is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.

Color convert

RGB15524794-
CMYK0.3700.620.03
HSL96.08º90.53%66.86%-
HSV(B)96.08º61.94%96.86%-
XYZ48.874.322.36-
YUV202.0567.0294.44-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.25%
GREEN value IS 247 (96.88% from 255) = 49.80%
BLUE value IS 94 (37.11% from 255) = 18.95%
R=31.25%
G=49.80%
B=18.95%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal155247940.3700.620.0396.0890.5366.86
Hex9BF75E2503E3605b43
Octal233367136450763140133103
Binary10011011111101111011110100101011111011110000010110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF75E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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