#94ED0E

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

Shades of Spring Bud #94ED0E

Tints of Spring Bud #94ED0E

Color information

#94ED0E (or 0x94ED0E) is unknown color: approx Spring Bud. HEX triplet: 94, ED and 0E. RGB value is (148,237,14). Sum of RGB (Red+Green+Blue) = 148+237+14=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 237 (92.97% from 255 or 59.40% from 399); Blue value is 14 (5.86% from 255 or 3.51% from 399); Max value from RGB is 237 - color contains mainly: green. Hex color #94ED0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94ED0E is #6B12F1. Grayscale: #B9B9B9. Windows color (decimal): -7017202 or 978324. OLE color: 978324.

HSL color Cylindrical-coordinate representation of color #94ED0E: hue angle of 83.95º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94ED0E is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.07.

Color convert

RGB14823714-
CMYK0.3800.940.07
HSL83.95º88.84%49.22%-
HSV(B)83.95º94.09%92.94%-
XYZ42.5866.911.08-
YUV184.9731.51101.63-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.09%
GREEN value IS 237 (92.97% from 255) = 59.40%
BLUE value IS 14 (5.86% from 255) = 3.51%
R=37.09%
G=59.40%
B=3.51%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148237140.3800.940.0783.9588.8449.22
Hex94EDE2605E7545931
Octal22435516460136712413161
Binary100101001110110111101001100101111011110101001011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94ED0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,237,14); }

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

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

 a { background-color: rgb(148,237,14); }

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

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

 span { border-color: rgb(148,237,14); }

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