#9BFC17

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

Shades of Spring Bud #9BFC17

Tints of Spring Bud #9BFC17

Color information

#9BFC17 (or 0x9BFC17) is unknown color: approx Spring Bud. HEX triplet: 9B, FC and 17. RGB value is (155,252,23). Sum of RGB (Red+Green+Blue) = 155+252+23=430 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.05% from 430); Green value is 252 (98.83% from 255 or 58.60% from 430); Blue value is 23 (9.38% from 255 or 5.35% from 430); Max value from RGB is 252 - color contains mainly: green. Hex color #9BFC17 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFC17 is #6403E8. Grayscale: #C5C5C5. Windows color (decimal): -6554601 or 1571995. OLE color: 1571995.

HSL color Cylindrical-coordinate representation of color #9BFC17: hue angle of 85.41º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9BFC17 is Cyan = 0.38, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.01.

Color convert

RGB15525223-
CMYK0.3800.910.01
HSL85.41º97.45%53.92%-
HSV(B)85.41º90.87%98.82%-
XYZ48.4876.6513.05-
YUV196.8929.8698.12-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.05%
GREEN value IS 252 (98.83% from 255) = 58.60%
BLUE value IS 23 (9.38% from 255) = 5.35%
R=36.05%
G=58.60%
B=5.35%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal155252230.3800.910.0185.4197.4553.92
Hex9BFC172605B1556136
Octal23337427460133112514166
Binary10011011111111001011110011001011011110101011100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFC17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,252,23); }

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

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

 a { background-color: rgb(155,252,23); }

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

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

 span { border-color: rgb(155,252,23); }

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