Html Css Color HEX #0EF763 Spring Green

📋 copy color: '#0EF763'

red 14 ◦ green 247 ◦ blue 99

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

Shades of Spring Green #0EF763

Tints of Spring Green #0EF763

RGB

 RED value IS 14 (5.86% from 255) = 3.89%

 GREEN value IS 247 (96.88% from 255) = 68.61%

 BLUE value IS 99 (39.06% from 255) = 27.5%

R = 3.89%
G = 68.61%
B = 27.5%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#0EF763 (or 0x0EF763) is known color: Spring Green. HEX triplet: 0E, F7 and 63. RGB value is (14,247,99). Sum of RGB (Red+Green+Blue) = 14+247+99=360 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.89% from 360); Green value is 247 (96.88% from 255 or 68.61% from 360); Blue value is 99 (39.06% from 255 or 27.5% from 360); Max value from RGB is 247 - color contains mainly: green. Hex color #0EF763 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #0EF763 is #F1089C. Grayscale: #A0A0A0. Windows color (decimal): -15796381 or 6551310. OLE color: 6551310.

HSL color Cylindrical-coordinate representation of color #0EF763: hue angle of 141.89º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0EF763 is Cyan = 0.94, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 14 247 99 -
CMYK 0.94 0 0.60 0.03
HSL 141.89º 0.94% 0.51% -
HSV(B) 141.89º 0.94% 0.97% -
XYZ 35.69 67.52 22.95 -
YUV 160.46 93.31 23.53 -
System Red Green Blue C M Y K H S L
Decimal 14 247 99 0.94 0 0.60 0.03 141.89 0.94 0.51
Hex E F7 63 5E 0 3C 3 8E 5E 33
Octal 16 367 143 136 0 74 3 216 136 63
Binary 1110 11110111 1100011 1011110 0 111100 11 10001110 1011110 110011

Color Harmonies of #0EF763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EF763

Black with #0EF763

Text Example


Text Example

White with #0EF763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0EF763; }

 p { color: rgb(14,247,99); }

 H1.HeaderClassName
 {
   color: #0EF763;
 }
 .AnyTagClassName
 {
   color: #0EF763;
 }
</style>

background-color css

<style>
 a { background-color: #0EF763; }

 a { background-color: rgb(14,247,99); }

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

border-color css

<style>
 span { border-color: #0EF763; }

 span { border-color: rgb(14,247,99); }

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