#9BF760

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

Shades of Conifer #9BF760

Tints of Conifer #9BF760

Color information

#9BF760 (or 0x9BF760) is unknown color: approx Conifer. HEX triplet: 9B, F7 and 60. RGB value is (155,247,96). Sum of RGB (Red+Green+Blue) = 155+247+96=498 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.12% from 498); Green value is 247 (96.88% from 255 or 49.60% from 498); Blue value is 96 (37.89% from 255 or 19.28% from 498); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF760 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF760 is #64089F. Grayscale: #CACACA. Windows color (decimal): -6555808 or 6354843. OLE color: 6354843.

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

Color convert

RGB15524796-
CMYK0.3700.610.03
HSL96.56º90.42%67.25%-
HSV(B)96.56º61.13%96.86%-
XYZ48.8974.3322.84-
YUV202.2868.0294.28-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.12%
GREEN value IS 247 (96.88% from 255) = 49.60%
BLUE value IS 96 (37.89% from 255) = 19.28%
R=31.12%
G=49.60%
B=19.28%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal155247960.3700.610.0396.5690.4267.25
Hex9BF7602503D3615a43
Octal233367140450753141132103
Binary10011011111101111100000100101011110111110000110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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