#94F110

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

Shades of Spring Bud #94F110

Tints of Spring Bud #94F110

Color information

#94F110 (or 0x94F110) is unknown color: approx Spring Bud. HEX triplet: 94, F1 and 10. RGB value is (148,241,16). Sum of RGB (Red+Green+Blue) = 148+241+16=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 241 (94.53% from 255 or 59.51% from 405); Blue value is 16 (6.64% from 255 or 3.95% from 405); Max value from RGB is 241 - color contains mainly: green. Hex color #94F110 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F110 is #6B0EEF. Grayscale: #BCBCBC. Windows color (decimal): -7016176 or 1110420. OLE color: 1110420.

HSL color Cylindrical-coordinate representation of color #94F110: hue angle of 84.8º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #94F110 is Cyan = 0.39, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.05.

Color convert

RGB14824116-
CMYK0.3900.930.05
HSL84.8º88.93%50.39%-
HSV(B)84.8º93.36%94.51%-
XYZ43.7669.2411.55-
YUV187.5431.1999.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.54%
GREEN value IS 241 (94.53% from 255) = 59.51%
BLUE value IS 16 (6.64% from 255) = 3.95%
R=36.54%
G=59.51%
B=3.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal148241160.3900.930.0584.888.9350.39
Hex94F1102705D5555932
Octal22436120470135512513162
Binary1001010011110001100001001110101110110110101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F110; }

 p { color: rgb(148,241,16); }

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

<style>
 a { background-color: #94F110; }

 a { background-color: rgb(148,241,16); }

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

<style>
 span { border-color: #94F110; }

 span { border-color: rgb(148,241,16); }

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