#94EA0F

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

Shades of Spring Bud #94EA0F

Tints of Spring Bud #94EA0F

Color information

#94EA0F (or 0x94EA0F) is unknown color: approx Spring Bud. HEX triplet: 94, EA and 0F. RGB value is (148,234,15). Sum of RGB (Red+Green+Blue) = 148+234+15=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 15 (6.25% from 255 or 3.78% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EA0F is #6B15F0. Grayscale: #B8B8B8. Windows color (decimal): -7017969 or 1043092. OLE color: 1043092.

HSL color Cylindrical-coordinate representation of color #94EA0F: hue angle of 83.56º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #94EA0F is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB14823415-
CMYK0.3700.940.08
HSL83.56º87.95%48.82%-
HSV(B)83.56º93.59%91.76%-
XYZ41.7265.1810.83-
YUV183.3233.01102.81-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.28%
GREEN value IS 234 (91.80% from 255) = 58.94%
BLUE value IS 15 (6.25% from 255) = 3.78%
R=37.28%
G=58.94%
B=3.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal148234150.3700.940.0883.5687.9548.82
Hex94EAF2505E8545831
Octal224352174501361012413061
Binary1001010011101010111110010101011110100010101001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EA0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,234,15); }

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

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

 a { background-color: rgb(148,234,15); }

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

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

 span { border-color: rgb(148,234,15); }

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