Html Css Color HEX #93EF0A Spring Bud

📋 copy color: '#93EF0A'

red 147 ◦ green 239 ◦ blue 10

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

Shades of Spring Bud #93EF0A

Tints of Spring Bud #93EF0A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 60.35%

 BLUE value IS 10 (4.3% from 255) = 2.53%

R = 37.12%
G = 60.35%
B = 2.53%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#93EF0A (or 0x93EF0A) is known color: Spring Bud. HEX triplet: 93, EF and 0A. RGB value is (147,239,10). Sum of RGB (Red+Green+Blue) = 147+239+10=396 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.12% from 396); Green value is 239 (93.75% from 255 or 60.35% from 396); Blue value is 10 (4.30% from 255 or 2.53% from 396); Max value from RGB is 239 - color contains mainly: green. Hex color #93EF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #93EF0A is #6C10F5. Grayscale: #BABABA. Windows color (decimal): -7082230 or 716691. OLE color: 716691.

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

Color convert

RGB 147 239 10 -
CMYK 0.38 0 0.96 0.06
HSL 84.1º 0.92% 0.49% -
HSV(B) 84.1º 0.96% 0.94% -
XYZ 42.95 67.96 11.14 -
YUV 185.39 29.02 100.62 -
System Red Green Blue C M Y K H S L
Decimal 147 239 10 0.38 0 0.96 0.06 84.1 0.92 0.49
Hex 93 EF A 26 0 60 6 54 5C 31
Octal 223 357 12 46 0 140 6 124 134 61
Binary 10010011 11101111 1010 100110 0 1100000 110 1010100 1011100 110001

Color Harmonies of #93EF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93EF0A

Black with #93EF0A

Text Example


Text Example

White with #93EF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(147,239,10); }

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

background-color css

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

 a { background-color: rgb(147,239,10); }

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

border-color css

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

 span { border-color: rgb(147,239,10); }

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