Html Css Color HEX #94EA10 Spring Bud

📋 copy color: '#94EA10'

red 148 ◦ green 234 ◦ blue 16

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

Shades of Spring Bud #94EA10

Tints of Spring Bud #94EA10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.02%

R = 37.19%
G = 58.79%
B = 4.02%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#94EA10 (or 0x94EA10) is known color: Spring Bud. HEX triplet: 94, EA and 10. RGB value is (148,234,16). Sum of RGB (Red+Green+Blue) = 148+234+16=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 234 (91.80% from 255 or 58.79% from 398); Blue value is 16 (6.64% from 255 or 4.02% from 398); Max value from RGB is 234 - color contains mainly: green. Hex color #94EA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #94EA10 is #6B15EF. Grayscale: #B8B8B8. Windows color (decimal): -7017968 or 1108628. OLE color: 1108628.

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

Color convert

RGB 148 234 16 -
CMYK 0.37 0 0.93 0.08
HSL 83.67º 0.87% 0.49% -
HSV(B) 83.67º 0.93% 0.92% -
XYZ 41.73 65.18 10.87 -
YUV 183.43 33.51 102.73 -
System Red Green Blue C M Y K H S L
Decimal 148 234 16 0.37 0 0.93 0.08 83.67 0.87 0.49
Hex 94 EA 10 25 0 5D 8 54 57 31
Octal 224 352 20 45 0 135 10 124 127 61
Binary 10010100 11101010 10000 100101 0 1011101 1000 1010100 1010111 110001

Color Harmonies of #94EA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EA10

Black with #94EA10

Text Example


Text Example

White with #94EA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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