Html Css Color HEX #94EC09 Spring Bud

📋 copy color: '#94EC09'

red 148 ◦ green 236 ◦ blue 9

#94EC09
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spring Bud #94EC09

Tints of Spring Bud #94EC09

RGB

 RED value IS 148 (58.2% from 255) = 37.66%

 GREEN value IS 236 (92.58% from 255) = 60.05%

 BLUE value IS 9 (3.91% from 255) = 2.29%

R = 37.66%
G = 60.05%
B = 2.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#94EC09 (or 0x94EC09) is known color: Spring Bud. HEX triplet: 94, EC and 09. RGB value is (148,236,9). Sum of RGB (Red+Green+Blue) = 148+236+9=393 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.66% from 393); Green value is 236 (92.58% from 255 or 60.05% from 393); Blue value is 9 (3.91% from 255 or 2.29% from 393); Max value from RGB is 236 - color contains mainly: green. Hex color #94EC09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EC09 is #6B13F6. Grayscale: #B8B8B8. Windows color (decimal): -7017463 or 650388. OLE color: 650388.

HSL color Cylindrical-coordinate representation of color #94EC09: hue angle of 83.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #94EC09 is Cyan = 0.37, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 148 236 9 -
CMYK 0.37 0 0.96 0.07
HSL 83.26º 0.93% 0.48% -
HSV(B) 83.26º 0.96% 0.93% -
XYZ 42.26 66.31 10.83 -
YUV 183.81 29.35 102.46 -
System Red Green Blue C M Y K H S L
Decimal 148 236 9 0.37 0 0.96 0.07 83.26 0.93 0.48
Hex 94 EC 9 25 0 60 7 53 5D 30
Octal 224 354 11 45 0 140 7 123 135 60
Binary 10010100 11101100 1001 100101 0 1100000 111 1010011 1011101 110000

Color Harmonies of #94EC09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EC09

Black with #94EC09

Text Example


Text Example

White with #94EC09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #94EC09;
 }
 .AnyTagClassName
 {
   color: #94EC09;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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