#94EE0C

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

Shades of Spring Bud #94EE0C

Tints of Spring Bud #94EE0C

Color information

#94EE0C (or 0x94EE0C) is unknown color: approx Spring Bud. HEX triplet: 94, EE and 0C. RGB value is (148,238,12). Sum of RGB (Red+Green+Blue) = 148+238+12=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 238 (93.36% from 255 or 59.80% from 398); Blue value is 12 (5.08% from 255 or 3.02% from 398); Max value from RGB is 238 - color contains mainly: green. Hex color #94EE0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EE0C is #6B11F3. Grayscale: #BABABA. Windows color (decimal): -7016948 or 847508. OLE color: 847508.

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

Color convert

RGB14823812-
CMYK0.3800.950.07
HSL83.89º90.4%49.02%-
HSV(B)83.89º94.96%93.33%-
XYZ42.8567.4711.11-
YUV185.3330.18101.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 37.19%
GREEN value IS 238 (93.36% from 255) = 59.80%
BLUE value IS 12 (5.08% from 255) = 3.02%
R=37.19%
G=59.80%
B=3.02%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal148238120.3800.950.0783.8990.449.02
Hex94EEC2605F7545a31
Octal22435614460137712413261
Binary100101001110111011001001100101111111110101001011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94EE0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,238,12); }

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

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

 a { background-color: rgb(148,238,12); }

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

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

 span { border-color: rgb(148,238,12); }

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