Html Css Color HEX #94EB0C Spring Bud

📋 copy color: '#94EB0C'

red 148 ◦ green 235 ◦ blue 12

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

Shades of Spring Bud #94EB0C

Tints of Spring Bud #94EB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 59.49%

 BLUE value IS 12 (5.08% from 255) = 3.04%

R = 37.47%
G = 59.49%
B = 3.04%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#94EB0C (or 0x94EB0C) is known color: Spring Bud. HEX triplet: 94, EB and 0C. RGB value is (148,235,12). Sum of RGB (Red+Green+Blue) = 148+235+12=395 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.47% from 395); Green value is 235 (92.19% from 255 or 59.49% from 395); Blue value is 12 (5.08% from 255 or 3.04% from 395); Max value from RGB is 235 - color contains mainly: green. Hex color #94EB0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EB0C is #6B14F3. Grayscale: #B8B8B8. Windows color (decimal): -7017716 or 846740. OLE color: 846740.

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

Color convert

RGB 148 235 12 -
CMYK 0.37 0 0.95 0.08
HSL 83.41º 0.9% 0.48% -
HSV(B) 83.41º 0.95% 0.92% -
XYZ 41.99 65.74 10.82 -
YUV 183.57 31.18 102.63 -
System Red Green Blue C M Y K H S L
Decimal 148 235 12 0.37 0 0.95 0.08 83.41 0.9 0.48
Hex 94 EB C 25 0 5F 8 53 5A 30
Octal 224 353 14 45 0 137 10 123 132 60
Binary 10010100 11101011 1100 100101 0 1011111 1000 1010011 1011010 110000

Color Harmonies of #94EB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EB0C

Black with #94EB0C

Text Example


Text Example

White with #94EB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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