Html Css Color HEX #93EA0F Spring Bud

📋 copy color: '#93EA0F'

red 147 ◦ green 234 ◦ blue 15

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

Shades of Spring Bud #93EA0F

Tints of Spring Bud #93EA0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.79%

R = 37.12%
G = 59.09%
B = 3.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#93EA0F (or 0x93EA0F) is known color: Spring Bud. HEX triplet: 93, EA and 0F. RGB value is (147,234,15). Sum of RGB (Red+Green+Blue) = 147+234+15=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 234 (91.80% from 255 or 59.09% from 396); Blue value is 15 (6.25% from 255 or 3.79% from 396); Max value from RGB is 234 - color contains mainly: green. Hex color #93EA0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EA0F is #6C15F0. Grayscale: #B7B7B7. Windows color (decimal): -7083505 or 1043091. OLE color: 1043091.

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

Color convert

RGB 147 234 15 -
CMYK 0.37 0 0.94 0.08
HSL 83.84º 0.88% 0.49% -
HSV(B) 83.84º 0.94% 0.92% -
XYZ 41.54 65.08 10.82 -
YUV 183.02 33.18 102.31 -
System Red Green Blue C M Y K H S L
Decimal 147 234 15 0.37 0 0.94 0.08 83.84 0.88 0.49
Hex 93 EA F 25 0 5E 8 54 58 31
Octal 223 352 17 45 0 136 10 124 130 61
Binary 10010011 11101010 1111 100101 0 1011110 1000 1010100 1011000 110001

Color Harmonies of #93EA0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EA0F

Black with #93EA0F

Text Example


Text Example

White with #93EA0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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