#9BFD10

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

Shades of Spring Bud #9BFD10

Tints of Spring Bud #9BFD10

Color information

#9BFD10 (or 0x9BFD10) is unknown color: approx Spring Bud. HEX triplet: 9B, FD and 10. RGB value is (155,253,16). Sum of RGB (Red+Green+Blue) = 155+253+16=424 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.56% from 424); Green value is 253 (99.22% from 255 or 59.67% from 424); Blue value is 16 (6.64% from 255 or 3.77% from 424); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9BFD10 is #6402EF. Grayscale: #C5C5C5. Windows color (decimal): -6554352 or 1113499. OLE color: 1113499.

HSL color Cylindrical-coordinate representation of color #9BFD10: hue angle of 84.81º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9BFD10 is Cyan = 0.39, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB15525316-
CMYK0.3900.940.01
HSL84.81º98.34%52.75%-
HSV(B)84.81º93.68%99.22%-
XYZ48.7477.2612.83-
YUV196.6826.0398.27-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.56%
GREEN value IS 253 (99.22% from 255) = 59.67%
BLUE value IS 16 (6.64% from 255) = 3.77%
R=36.56%
G=59.67%
B=3.77%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal155253160.3900.940.0184.8198.3452.75
Hex9BFD102705E1556235
Octal23337520470136112514265
Binary10011011111111011000010011101011110110101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BFD10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,253,16); }

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

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

 a { background-color: rgb(155,253,16); }

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

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

 span { border-color: rgb(155,253,16); }

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