#9BF963

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

Shades of Conifer #9BF963

Tints of Conifer #9BF963

Color information

#9BF963 (or 0x9BF963) is unknown color: approx Conifer. HEX triplet: 9B, F9 and 63. RGB value is (155,249,99). Sum of RGB (Red+Green+Blue) = 155+249+99=503 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.82% from 503); Green value is 249 (97.66% from 255 or 49.50% from 503); Blue value is 99 (39.06% from 255 or 19.68% from 503); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF963 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BF963 is #64069C. Grayscale: #CCCCCC. Windows color (decimal): -6555293 or 6551963. OLE color: 6551963.

HSL color Cylindrical-coordinate representation of color #9BF963: hue angle of 97.6º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9BF963 is Cyan = 0.38, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB15524999-
CMYK0.3800.600.02
HSL97.6º92.59%68.24%-
HSV(B)97.6º60.24%97.65%-
XYZ49.6575.6223.78-
YUV203.7968.8693.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.82%
GREEN value IS 249 (97.66% from 255) = 49.50%
BLUE value IS 99 (39.06% from 255) = 19.68%
R=30.82%
G=49.50%
B=19.68%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal155249990.3800.600.0297.692.5968.24
Hex9BF9632603C2625d44
Octal233371143460742142135104
Binary10011011111110011100011100110011110010110001010111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BF963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,249,99); }

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

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

 a { background-color: rgb(155,249,99); }

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

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

 span { border-color: rgb(155,249,99); }

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