#9BF65D

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

Shades of Conifer #9BF65D

Tints of Conifer #9BF65D

Color information

#9BF65D (or 0x9BF65D) is unknown color: approx Conifer. HEX triplet: 9B, F6 and 5D. RGB value is (155,246,93). Sum of RGB (Red+Green+Blue) = 155+246+93=494 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.38% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 93 (36.72% from 255 or 18.83% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF65D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF65D is #6409A2. Grayscale: #C9C9C9. Windows color (decimal): -6556067 or 6157979. OLE color: 6157979.

HSL color Cylindrical-coordinate representation of color #9BF65D: hue angle of 95.69º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9BF65D is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.

Color convert

RGB15524693-
CMYK0.3700.620.04
HSL95.69º89.47%66.47%-
HSV(B)95.69º62.2%96.47%-
XYZ48.4573.6722.02-
YUV201.3566.8594.94-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.38%
GREEN value IS 246 (96.48% from 255) = 49.80%
BLUE value IS 93 (36.72% from 255) = 18.83%
R=31.38%
G=49.80%
B=18.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal155246930.3700.620.0495.6989.4766.47
Hex9BF65D2503E4605942
Octal233366135450764140131102
Binary100110111111011010111011001010111110100110000010110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF65D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,246,93); }

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

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

 a { background-color: rgb(155,246,93); }

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

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

 span { border-color: rgb(155,246,93); }

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