Html Css Color HEX #93EA10 Spring Bud

📋 copy color: '#93EA10'

red 147 ◦ green 234 ◦ blue 16

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

Shades of Spring Bud #93EA10

Tints of Spring Bud #93EA10

RGB

 RED value IS 147 (57.81% from 255) = 37.03%

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

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

R = 37.03%
G = 58.94%
B = 4.03%

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

#93EA10 (or 0x93EA10) is known color: Spring Bud. HEX triplet: 93, EA and 10. RGB value is (147,234,16). Sum of RGB (Red+Green+Blue) = 147+234+16=397 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.03% from 397); Green value is 234 (91.80% from 255 or 58.94% from 397); Blue value is 16 (6.64% from 255 or 4.03% from 397); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EA10 is #6C15EF. Grayscale: #B7B7B7. Windows color (decimal): -7083504 or 1108627. OLE color: 1108627.

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

Color convert

RGB 147 234 16 -
CMYK 0.37 0 0.93 0.08
HSL 83.94º 0.87% 0.49% -
HSV(B) 83.94º 0.93% 0.92% -
XYZ 41.55 65.09 10.86 -
YUV 183.14 33.68 102.23 -
System Red Green Blue C M Y K H S L
Decimal 147 234 16 0.37 0 0.93 0.08 83.94 0.87 0.49
Hex 93 EA 10 25 0 5D 8 54 57 31
Octal 223 352 20 45 0 135 10 124 127 61
Binary 10010011 11101010 10000 100101 0 1011101 1000 1010100 1010111 110001

Color Harmonies of #93EA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EA10

Black with #93EA10

Text Example


Text Example

White with #93EA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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