#94F709

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

Shades of Spring Bud #94F709

Tints of Spring Bud #94F709

Color information

#94F709 (or 0x94F709) is unknown color: approx Spring Bud. HEX triplet: 94, F7 and 09. RGB value is (148,247,9). Sum of RGB (Red+Green+Blue) = 148+247+9=404 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.63% from 404); Green value is 247 (96.88% from 255 or 61.14% from 404); Blue value is 9 (3.91% from 255 or 2.23% from 404); Max value from RGB is 247 - color contains mainly: green. Hex color #94F709 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94F709 is #6B08F6. Grayscale: #BFBFBF. Windows color (decimal): -7014647 or 653204. OLE color: 653204.

HSL color Cylindrical-coordinate representation of color #94F709: hue angle of 84.96º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94F709 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB1482479-
CMYK0.4000.960.03
HSL84.96º93.7%50.2%-
HSV(B)84.96º96.36%96.86%-
XYZ45.5272.8411.92-
YUV190.2725.797.85-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.63%
GREEN value IS 247 (96.88% from 255) = 61.14%
BLUE value IS 9 (3.91% from 255) = 2.23%
R=36.63%
G=61.14%
B=2.23%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal14824790.4000.960.0384.9693.750.2
Hex94F79280603555e32
Octal22436711500140312513662
Binary10010100111101111001101000011000001110101011011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,247,9); }

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

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

 a { background-color: rgb(148,247,9); }

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

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

 span { border-color: rgb(148,247,9); }

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