Html Css Color HEX #94EA0C Spring Bud

📋 copy color: '#94EA0C'

red 148 ◦ green 234 ◦ blue 12

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

Shades of Spring Bud #94EA0C

Tints of Spring Bud #94EA0C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 59.39%

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

R = 37.56%
G = 59.39%
B = 3.05%

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

#94EA0C (or 0x94EA0C) is known color: Spring Bud. HEX triplet: 94, EA and 0C. RGB value is (148,234,12). Sum of RGB (Red+Green+Blue) = 148+234+12=394 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.56% from 394); Green value is 234 (91.80% from 255 or 59.39% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA0C is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EA0C is #6B15F3. Grayscale: #B7B7B7. Windows color (decimal): -7017972 or 846484. OLE color: 846484.

HSL color Cylindrical-coordinate representation of color #94EA0C: hue angle of 83.24º 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 #94EA0C is Cyan = 0.37, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 148 234 12 -
CMYK 0.37 0 0.95 0.08
HSL 83.24º 0.9% 0.48% -
HSV(B) 83.24º 0.95% 0.92% -
XYZ 41.7 65.17 10.73 -
YUV 182.98 31.51 103.05 -
System Red Green Blue C M Y K H S L
Decimal 148 234 12 0.37 0 0.95 0.08 83.24 0.9 0.48
Hex 94 EA C 25 0 5F 8 53 5A 30
Octal 224 352 14 45 0 137 10 123 132 60
Binary 10010100 11101010 1100 100101 0 1011111 1000 1010011 1011010 110000

Color Harmonies of #94EA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EA0C

Black with #94EA0C

Text Example


Text Example

White with #94EA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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