#93EF0E

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

Shades of Spring Bud #93EF0E

Tints of Spring Bud #93EF0E

Color information

#93EF0E (or 0x93EF0E) is unknown color: approx Spring Bud. HEX triplet: 93, EF and 0E. RGB value is (147,239,14). Sum of RGB (Red+Green+Blue) = 147+239+14=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 239 (93.75% from 255 or 59.75% from 400); Blue value is 14 (5.86% from 255 or 3.5% from 400); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF0E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EF0E is #6C10F1. Grayscale: #BABABA. Windows color (decimal): -7082226 or 978835. OLE color: 978835.

HSL color Cylindrical-coordinate representation of color #93EF0E: hue angle of 84.53º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93EF0E is Cyan = 0.38, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB14723914-
CMYK0.3800.940.06
HSL84.53º88.93%49.61%-
HSV(B)84.53º94.14%93.73%-
XYZ42.9867.9711.27-
YUV185.8431.02100.3-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.75%
GREEN value IS 239 (93.75% from 255) = 59.75%
BLUE value IS 14 (5.86% from 255) = 3.5%
R=36.75%
G=59.75%
B=3.5%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal147239140.3800.940.0684.5388.9349.61
Hex93EFE2605E6555932
Octal22335716460136612513162
Binary100100111110111111101001100101111011010101011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93EF0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93EF0E; }

 p { color: rgb(147,239,14); }

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

<style>
 a { background-color: #93EF0E; }

 a { background-color: rgb(147,239,14); }

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

<style>
 span { border-color: #93EF0E; }

 span { border-color: rgb(147,239,14); }

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