Html Css Color HEX #93E90E Spring Bud

📋 copy color: '#93E90E'

red 147 ◦ green 233 ◦ blue 14

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

Shades of Spring Bud #93E90E

Tints of Spring Bud #93E90E

RGB

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

 GREEN value IS 233 (91.41% from 255) = 59.14%

 BLUE value IS 14 (5.86% from 255) = 3.55%

R = 37.31%
G = 59.14%
B = 3.55%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.09

RGB Variations

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

Color information

#93E90E (or 0x93E90E) is known color: Spring Bud. HEX triplet: 93, E9 and 0E. RGB value is (147,233,14). Sum of RGB (Red+Green+Blue) = 147+233+14=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 233 (91.41% from 255 or 59.14% from 394); Blue value is 14 (5.86% from 255 or 3.55% from 394); Max value from RGB is 233 - color contains mainly: green. Hex color #93E90E is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93E90E is #6C16F1. Grayscale: #B7B7B7. Windows color (decimal): -7083762 or 977299. OLE color: 977299.

HSL color Cylindrical-coordinate representation of color #93E90E: hue angle of 83.56º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #93E90E is Cyan = 0.37, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.09.

Color convert

RGB 147 233 14 -
CMYK 0.37 0 0.94 0.09
HSL 83.56º 0.89% 0.48% -
HSV(B) 83.56º 0.94% 0.91% -
XYZ 41.25 64.51 10.69 -
YUV 182.32 33.01 102.81 -
System Red Green Blue C M Y K H S L
Decimal 147 233 14 0.37 0 0.94 0.09 83.56 0.89 0.48
Hex 93 E9 E 25 0 5E 9 54 59 30
Octal 223 351 16 45 0 136 11 124 131 60
Binary 10010011 11101001 1110 100101 0 1011110 1001 1010100 1011001 110000

Color Harmonies of #93E90E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93E90E

Black with #93E90E

Text Example


Text Example

White with #93E90E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,233,14); }

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

background-color css

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

 a { background-color: rgb(147,233,14); }

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

border-color css

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

 span { border-color: rgb(147,233,14); }

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