#9FFF11

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

Shades of Spring Bud #9FFF11

Tints of Spring Bud #9FFF11

Color information

#9FFF11 (or 0x9FFF11) is unknown color: approx Spring Bud. HEX triplet: 9F, FF and 11. RGB value is (159,255,17). Sum of RGB (Red+Green+Blue) = 159+255+17=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 255 (100% from 255 or 59.16% from 431); Blue value is 17 (7.03% from 255 or 3.94% from 431); Max value from RGB is 255 - color contains mainly: green. Hex color #9FFF11 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #9FFF11 is #6000EE. Grayscale: #C8C8C8. Windows color (decimal): -6291695 or 1179551. OLE color: 1179551.

HSL color Cylindrical-coordinate representation of color #9FFF11: hue angle of 84.2º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9FFF11 is Cyan = 0.38, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB15925517-
CMYK0.3800.930
HSL84.2º100%53.33%-
HSV(B)84.2º93.33%100%-
XYZ50.1678.9313.12-
YUV199.1625.299.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 36.89%
GREEN value IS 255 (100% from 255) = 59.16%
BLUE value IS 17 (7.03% from 255) = 3.94%
R=36.89%
G=59.16%
B=3.94%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal159255170.3800.93084.210053.33
Hex9FFF112605D0546435
Octal23737721460135012414465
Binary10011111111111111000110011001011101010101001100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FFF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,255,17); }

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

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

 a { background-color: rgb(159,255,17); }

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

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

 span { border-color: rgb(159,255,17); }

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